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 requiredWebhook endpoint ID to delete.
Response
200 Webhook endpoint deleted.
Show response fields
deleted booleanid integermessage stringError codes
404 Webhook endpoint not found.