curl --request DELETE \
--url https://app.herondata.io/api/integrations/{heron_id}/links \
--header 'x-api-key: <api-key>'
Soft-deletes of an integration link (sync is disabled)
curl --request DELETE \
--url https://app.herondata.io/api/integrations/{heron_id}/links \
--header 'x-api-key: <api-key>'
The Integration's heron_id
Delete that end user's IntegrationLinks
OK
Was this page helpful?