Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api2.ecomailapp.cz/tracker/transaction/delete-bulk \ -H "key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "transaction_data": [ {"order_id": "1000001"}, {"order_id": "1000025", "shop": "someshop.com"} ] }'
{ "deleted": 2 }
Delete multiple transactions in a single request.
Show transaction_data item properties