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

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

The Integration's heron_id

Response

200 - application/json
OK
success
boolean