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>"
}if true, deletes only transactions that are marked as duplicates
end_user_id of transactions to be deleted
Heron IDs of transactions to be deleted
Request ID of transactions to be deleted
(legacy) Heron ID of transaction to be deleted
"txn_j4spKqWzrmeRVoD6SgDHwS"
account_id of transactions to be deleted
Reference IDs of transactions to be deleted
OK
Was this page helpful?