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>'
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.