Auth

Revoke Session

Terminates and deletes a specific login session by ID.

delete/v1/auth/sessions/{sessionID}

Path parameters

sessionIDstring uuid required

The ID of the session to terminate.

Response

Session terminated successfully

Changes