curl --request DELETE \
--url https://app.herondata.io/api/end_user_entities/{heron_id} \
--header 'x-api-key: <api-key>'
{
"success": true
}
curl --request DELETE \
--url https://app.herondata.io/api/end_user_entities/{heron_id} \
--header 'x-api-key: <api-key>'
{
"success": true
}
The Integration's heron_id
OK
The response is of type object
.
Was this page helpful?