Remove a token from the system.
cURL
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" }
The ID of the token to delete.
Success response (No Content)