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