Delete webhook endpoint

DELETE https://app.speybooks.com/api/v1/webhook-endpoints/{id}

Permanently delete a webhook endpoint and stop all future deliveries. Historical delivery logs are retained. Returns 404 if the endpoint does not exist or belongs to another organisation.

Path parameters

id integer required
Webhook endpoint ID to delete.

Response

200 Webhook endpoint deleted.
Show response fields
deleted boolean
id integer
message string

Error codes

404 Webhook endpoint not found.