Sessions
Revoke a session
Sets the status of a session as "revoked", which is an unauthenticated state. In multi-session mode, a revoked session will still be returned along with its client object, however the user will need to sign in again.
post/sessions/{session_id}/revoke
Path parameters
session_idstring required
The ID of the session
Response
Success