Delete API token
API Tokens
Delete API token
deprecated
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
Delete API token
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-1046.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Response
API token has been successfully deleted.