Authorizations
Path Parameters
Response
200 - application/json
OK
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
}
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
}
OK
Was this page helpful?