Skip to main content
DELETE
/
api
/
sessions
/
{session_id}
"Session abc123 deleted successfully."

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

The ID of the session to delete.

Response

Session deleted successfully.

The response is of type string.

Example:

"Session abc123 deleted successfully."