Destroy Session
DELETE
/session/{id}
Permanently destroys a specific session, effectively logging out that session. Useful for managing active sessions across multiple devices.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the session to destroy
Type
Requiredstring
Responses
Session destruction result
application/json
JSON
{
}
