Request
Path Parameters
The ID of the API key to delete
Bearer token with your API key
This action cannot be undone. Any applications using this key will lose access
immediately.
Response
Indicates successful deletion
curl -X DELETE https://api.60db.ai/developer/api/key-123 \
-H "Authorization: Bearer your-api-key"
{
"success": true,
"message": "API key deleted successfully"
}