DELETE
/
api
/
end_user_entities
/
{entity_heron_id}
/
attributes
/
{attribute_heron_id}
/
sources
/
{source_heron_id}
curl --request DELETE \
  --url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/{attribute_heron_id}/sources/{source_heron_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

entity_heron_id
string
required
attribute_heron_id
string
required
source_heron_id
string
required

Response

200 - application/json
OK

The response is of type object.