Delete invoice
documentedDelete an invoice. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/invoicing/invoices/invoices.html?utm_source=openai))
DELETE /invoices/{id}Invoicingno 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://app.activecollab.com/{{INSTANCE_ID}}/api/v1/invoices/{{$invoice_id}}" \
-X DELETE \
-H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_AUTH_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"