Skip to main content
DELETE
/
v1
/
webhooks
/
{webhook_id}
curl -X DELETE https://api.aioka.io/v1/webhooks/3fa85f64-5717-4562-b3fc-2c963f66afa6 \
  -H "X-API-Key: aik_basic_..."
{
  "deleted": true,
  "webhook_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Overview

Permanently deletes a webhook subscription. Only the API key that created the webhook can delete it. Tier: Basic 🔒

Path Parameters

webhook_id
string
required
UUID of the webhook subscription to delete.

Response

deleted
boolean
Always true on success.
webhook_id
string
UUID of the deleted webhook.
curl -X DELETE https://api.aioka.io/v1/webhooks/3fa85f64-5717-4562-b3fc-2c963f66afa6 \
  -H "X-API-Key: aik_basic_..."
{
  "deleted": true,
  "webhook_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}