Skip to main content
DELETE
/
api
/
generic
/
tokens
/
{id}
Delete a token
curl --request DELETE \
  --url https://{cluster_id}.on-hellgate.cloud/api/generic/tokens/{id} \
  --header 'x-api-key: <api-key>'
{
  "code": 401,
  "message": "No valid means of authentication was provided",
  "classifier": "UNAUTHORIZED"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the token to delete.

Response

Success response (No Content)