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

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

heron_id
string
required

Response

204 - application/json
Deleted
heron_id
string