Skip to main content
DELETE
/
api-keys
/
{uuid}
Delete API Key
curl --request DELETE \
  --url https://api.example.com/api-keys/{uuid}
{
  "success": true,
  "message": "API key deleted successfully."
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

uuid
string
required
The unique identifier (UUID) of the API key
Deleted API keys cannot be recovered. Any applications using this key will immediately lose access.
{
  "success": true,
  "message": "API key deleted successfully."
}