Skip to main content
DELETE
/
api
/
api-keys
/
{id}
Delete API Key
curl --request DELETE \
  --url https://app.replyify.ai/api/api-keys/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.replyify.ai/llms.txt

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

Permanently revokes the API key. Any requests using this key will immediately return 401 Unauthorized.

Path Parameters

id
string
required
The API key ID to delete

Response

Returns a success confirmation.
curl -X DELETE "https://app.replyify.ai/api/api-keys/key_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"
This action is irreversible. Any integrations using the deleted key will stop working immediately.