Aura Logo
AuraAPI Docs
OpenapiV1WebhooksId

Delete webhook subscription

Permanently delete a webhook subscription.

Warning: This action cannot be undone. You will stop receiving events immediately.

DELETE
/v1/webhooks/{id}

Path Parameters

idstring

Webhook subscription ID (UUID)

Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://api.aura-app.ai/v1/webhooks/550e8400-e29b-41d4-a716-446655440000"
{
  "success": true,
  "message": "string"
}
{
  "success": false,
  "error": "Webhook subscription not found",
  "code": "WEBHOOK_NOT_FOUND"
}