Path Parameters
The unique identifier of the API token to delete
Response
Indicates if the operation was successful
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.