API Reference
...
API Endpoints
Backoffice
Delete API Tokens
2min
DELETE
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
tokenKey
string
*key of the token you want to delete, (deleted tokens are unusable but kept for you forever).
RESPONSES
204
The token was deleted successfully.
401
Error message when there is no token provided.
Error401
detail
string
Error reason
403
Error message when you don't have the appropriate plan.
Error403
detail
string
Error reason
406
Error message when you try to delete the same token you are using in the request.
Error406
detail
string
Error reason