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

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

Response

204 - application/json
Deleted

The response is of type object.