Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://app.herondata.io/api/webhooks/{heron_id} \ --header 'x-api-key: <api-key>'
{ "heron_id": "<string>" }
Delete a webhook by its heron_id. The webhook must belong to the authenticated user.
The heron_id of the webhook to delete
Webhook successfully deleted
The heron_id of the deleted webhook
Was this page helpful?