Skip to main content

POST session/destroy

Update session record to indicate end of session and logout.

Note

This is a privileged endpoint. Only authorised queries will be processed.

Parameters

uuid string
The UUID for the Minecraft user.

Examples

{
"uuid": "0af03841-2894-434c-a4be-965b317244e8" // shadowolfyt
}

Response

{
"success": true
}

shadowolfyt's session has been destroyed.