Skip to main content
DELETE
/
api
/
sessions
/
all
{
  "message": "5 active sessions terminated."
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Response

200 - application/json

Successfully terminated all active sessions.

message
string

A message indicating the number of active sessions terminated.

Example:

"5 active sessions terminated."