curl --request DELETE \
--url https://app.herondata.io/api/transactions \
--header 'x-api-key: <api-key>'{
"message": "<string>"
}Please provide at least one of the following parameters: heron_ids, heron_id, request_id or end_user_id.
curl --request DELETE \
--url https://app.herondata.io/api/transactions \
--header 'x-api-key: <api-key>'{
"message": "<string>"
}Request ID of transactions to be deleted
if true, deletes only transactions that are marked as duplicates
account_id of transactions to be deleted
Reference IDs of transactions to be deleted
end_user_id of transactions to be deleted
Heron IDs of transactions to be deleted
(legacy) Heron ID of transaction to be deleted
"txn_Qic3RDjeUicGZs4iLnV8Ep"
OK
Was this page helpful?