Session
Delete a session
Deletes the session associated with the specified sessionId
.
DELETE
/
accounts
/
sessions
/
{sessionId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The session ID.
Was this page helpful?