Delete a webhook subscription

Permanently removes a webhook subscription. Sotion will stop delivering events to this URL immediately. Idempotent from the caller's perspective — a second call on the same id returns 404.

DELETE /api/v1/webhooks/{webhookId}
Bearer token

Path parameters

· 1
webhookId string · uuid required

UUID of the webhook subscription. Get webhook IDs from listWebhooks or createWebhook responses.

Responses