Authorizations
Path Parameters
The Heron ID of the end user file to delete
Response
OK
curl --request DELETE \
--url https://app.herondata.io/api/end_user_files/{heron_id} \
--header 'x-api-key: <api-key>'
{
"success": true
}
curl --request DELETE \
--url https://app.herondata.io/api/end_user_files/{heron_id} \
--header 'x-api-key: <api-key>'
{
"success": true
}
The Heron ID of the end user file to delete
OK
Was this page helpful?