FlaresendDocs
Webhooks

Delete a webhook

Remove a webhook and its delivery history.

DELETE/v1/webhooks/{id}API key

Deletes the webhook and every delivery record it has. This can't be undone. Deliveries still waiting in the queue are dropped when their turn comes, so nothing more is sent to the endpoint. To stop deliveries but keep the history, update the webhook with enabled: false instead.

Path parameters

idstringpathrequired

The webhook ID.

Response

idstring

The ID of the deleted webhook.

Always true.

Errors

StatusCodeWhen
404webhook_not_foundNo webhook with this ID in the project.