cURL
curl --request DELETE \ --url https://control.green.us-east-1.aws.prod.archil.com/api/tokens/{id} \ --header 'Authorization: <api-key>'
{ "success": true, "data": { "message": "<string>" } }
Revokes and deletes an API token.
API key (format key-{API_KEY})
key-{API_KEY}
The token ID (hash)
Token deleted successfully
true
Show child attributes
Was this page helpful?