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

Authorizations

Authorization
string
header
required

API Key Security (Header).

Path Parameters

token
string
required

API Token

Response

204

No Content