cURL
Webhooks
Delete Webhook
Delete a Novacal webhook to permanently stop event deliveries to its endpoint.
DELETE
cURL
What this endpoint is for
Permanently remove a webhook. Novacal stops sending deliveries to it immediately.Before you delete
- Deleting a webhook discards its signing secret. Registering the same URL again issues a new secret.
- To stop deliveries temporarily, set
is_activetofalsewith the Update Webhook endpoint instead.
Access
You can only delete webhooks registered on your own account. Deleting another account’s webhook returns403 access_denied.