Skip to main content
DELETE
/
developer
/
api
/
:id
curl -X DELETE https://api.60db.ai/developer/api/key-123 \
  -H "Authorization: Bearer your-api-key"
{
  "success": true,
  "message": "API key deleted successfully"
}

Request

Path Parameters

id
string
required
The ID of the API key to delete

Headers

Authorization
string
required
Bearer token with your API key
This action cannot be undone. Any applications using this key will lose access immediately.

Response

success
boolean
Indicates successful deletion
message
string
Confirmation message
curl -X DELETE https://api.60db.ai/developer/api/key-123 \
  -H "Authorization: Bearer your-api-key"
{
  "success": true,
  "message": "API key deleted successfully"
}