API Tokens
Delete API token
Deprecated: This endpoint will be removed on 2026-07-17. Use DELETE /v2/clients/{clientId}/tokens/{tokenId} instead.
Delete API token from current account. Ensure that the API token is not being used by an active application. After deleting the token, all applications that use this token will not be able to get access to your account via API. The action cannot be reversed.
delete/iam/clients/{clientId}/tokens/{tokenId}
Path parameters
clientIdinteger required
Account ID.
tokenIdinteger required
API token ID.
Response
API token has been successfully deleted.