Skip to main content
DELETE
/
api
/
tokens
/
:id
curl --request DELETE \
  --url https://app.qwoty.io/api/tokens/tok_123abc
{
  "success": true,
  "message": "API token deleted successfully"
}

Path Parameters

id
string
required
The unique identifier of the API token to delete

Response

success
boolean
Indicates if the operation was successful
message
string
Confirmation message
curl --request DELETE \
  --url https://app.qwoty.io/api/tokens/tok_123abc
{
  "success": true,
  "message": "API token deleted successfully"
}
Once deleted, an API token cannot be recovered. Any applications using this token will immediately lose access.