For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete API token

Delete a token by its token ID.

Delete API token

delete

Delete API token. Available for all account types (Operations account, Client account, Vendor account). Permanently removes the API token; it can no longer be used for authentication. Returns 204 No Content on success.

Path parameters
idstringRequired

API token identifier.

Responses
204

No Content

No content

delete/public/v1/accounts/api-tokens/{id}

No content

Last updated

Was this helpful?