DELETE
/
frontend
/
api
/
v1
/
auth
/
session
/
{session-id}
curl --request DELETE \
  --url https://{host}/frontend/api/v1/auth/session/{session-id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API Key Security (Header).

Path Parameters

session-id
string
required

Active Session ID.

Response

204

No Content