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
TypeHTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the session to destroy
Typestring
RequiredResponses
Session destruction result
application/json
JSON
{
}