Authorizations
Path Parameters
heron_id of the pdf
Response
200 - application/json
Ok
curl --request POST \
--url https://app.herondata.io/api/integrations/pdfs/{heron_id}/unload_transactions \
--header 'x-api-key: <api-key>'{
"ok": true
}This will delete all transactions that were previously loaded for the pdf
curl --request POST \
--url https://app.herondata.io/api/integrations/pdfs/{heron_id}/unload_transactions \
--header 'x-api-key: <api-key>'{
"ok": true
}heron_id of the pdf
Ok
Was this page helpful?