Skip to content

Delete API token

DELETE
/api/v1/api-token/{id}
curl --request DELETE \
--url https://example.com/api/v1/api-token/example

Deletes an API token by ID

id
required

API token ID (15 chars)

string

Success

Not Found

Internal Server Error