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