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
}Was this page helpful?