Authorizations
Path Parameters
The heron_id of the webhook to delete
Response
Webhook successfully deleted
The heron_id of the deleted webhook
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>"
}
The heron_id of the webhook to delete
Webhook successfully deleted
The heron_id of the deleted webhook
Was this page helpful?