Skip to main content
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_active to false with the Update Webhook endpoint instead.

Access

You can only delete webhooks registered on your own account. Deleting another account’s webhook returns 403 access_denied.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the webhook to delete

Response

204

Webhook deleted