DELETE
/
api
/
webhooks
/
{heron_id}
Delete a webhook
curl --request DELETE \
  --url https://app.herondata.io/api/webhooks/{heron_id} \
  --header 'x-api-key: <api-key>'
{
  "heron_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

The heron_id of the webhook to delete

Response

Webhook successfully deleted

heron_id
string

The heron_id of the deleted webhook