Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete a webhook subscription
curl --request DELETE \
  --url https://api.cula.tech/tracking/v1/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "auth_error",
    "code": "invalid_api_key",
    "message": "The provided API key is invalid or has been revoked.",
    "request_id": "req_01kqzcjrpyf27tge3pnybq9msk"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.cula.tech/llms.txt

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

Authorizations

Authorization
string
header
required

API key passed as a Bearer token. Keys are scoped to one organisation and a set of permitted sites. Two keys per scope (primary + secondary) are issued to support zero-downtime rotation.

Authorization: Bearer <api-key>

Path Parameters

id
string
required

Webhook ID (TypeID format).

Response

Webhook subscription deleted.