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