curl --request DELETE \
--url https://app.herondata.io/api/rules/{heron_id} \
--header 'x-api-key: <api-key>'
{
"heron_id": "<string>"
}
Delete a rule
curl --request DELETE \
--url https://app.herondata.io/api/rules/{heron_id} \
--header 'x-api-key: <api-key>'
{
"heron_id": "<string>"
}
Deleted
The response is of type object
.
Was this page helpful?