DELETE
/
api
/
transactions
curl --request DELETE \
  --url https://app.herondata.io/api/transactions \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

heron_id
string | null

(legacy) Heron ID of transaction to be deleted

Example:

"txn_o33FG9TSQBm6miJMsLND9T"

account_id
string | null

account_id of transactions to be deleted

only_duplicates
boolean | null

if true, deletes only transactions that are marked as duplicates

request_id
string | null

Request ID of transactions to be deleted

reference_ids
string[]

Reference IDs of transactions to be deleted

heron_ids
string[]

Heron IDs of transactions to be deleted

end_user_id
string | null

end_user_id of transactions to be deleted

Response

202 - application/json
OK
message
string