Skip to main content
DELETE
/
frontend
/
api
/
v1
/
auth
/
session
Delete all active sessions
curl --request DELETE \
  --url https://{host}/frontend/api/v1/auth/session \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "context": {},
  "error": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API Key Security (Header).

Response

No Content