Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
a uniques identifier for a session to be deleted
Response
200 - application/json
Delete session
Example:
true
This endpoint is used to delete a session id.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
a uniques identifier for a session to be deleted
Delete session
true