Webhooks

Delete a webhook

Delete a webhook by its heron_id. The webhook must belong to the authenticated user.

delete/api/webhooks/{heron_id}

Path parameters

heron_idstring required

The heron_id of the webhook to delete

Response

Webhook successfully deleted

heron_idstring

The heron_id of the deleted webhook

Changes