Remove Taxes from an Invoice
documentedRemove taxes from an invoice.
PUT /invoices/{id}/remove_taxesInvoicesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.nokotime.com/v2/invoices/{{$id}}/remove_taxes" \
-X PUT \
-H "User-Agent: MyNokoBot/1.0" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"tax_ids": [{{$tax_ids}}]}'