Skip to main content
DELETE
Delete session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
session_id
string

A unique identifier for the session to be deleted

Example:

"af596ffaed7dba65990f8145d69e3bcc7c2f8b04"

Response

200 - application/json

Request successful

success
boolean

Indicates whether the request was successful. Possible values - true or false

Example:

true