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.
curl --request DELETE \
--url https://app.herondata.io/api/webhooks/{heron_id} \
--header 'x-api-key: <api-key>'{
"heron_id": "<string>"
}Was this page helpful?