cURL
curl --request DELETE \ --url https://app.replyify.ai/api/api-keys/{id} \ --header 'Authorization: Bearer <token>'
Permanently revoke an API key
401 Unauthorized
curl -X DELETE "https://app.replyify.ai/api/api-keys/key_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"