Skip to main content
DELETE
/
api
/
tokens
/
{id}
Delete API token
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>"
  }
}

Authorizations

Authorization
string
header
required

API key (format key-{API_KEY})

Path Parameters

id
string
required

The token ID (hash)

Response

Token deleted successfully

success
boolean
required
Example:

true

data
object
required