Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://api.tickable.io/webhooks/{id} \
  --header 'Authorization: Bearer <token>'

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Webhooks:Delete: Always required.

Authorizations

Authorization
string
header
required

Pass as Authorization: Bearer {token}. Accepts either an OAuth2 JWT access token or an API key (tk_live_...) created from the Tickable dashboard.

Path Parameters

id
string<uuid>
required

Webhook ID

Example:

"7c9e6679-7425-40de-944b-e07fc1f90ae7"

Response

Webhook deleted