cURL
curl --request DELETE \ --url https://api.nomi.tools/v1/finance/accounting/transactions \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
Delete multiple transactions in bulk.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Transactions deleted successfully