LogoAntiRaid
Delete

Delete User Session

Deletes a user session by its session ID assuming it is owned by the user. This is useful for logging out a user or deleting unknown/malicious sessions.

DELETE
/sessions/{session_id}

Path Parameters

session_idstring

Response Body

application/json

curl -X DELETE "https://loading/sessions/string"
Empty
{
  "code": "InternalAuthError",
  "message": "string"
}

Last updated on