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