Void an invoice
POST /invoices/{invoice_id}/void
Voids the invoice and reverses any associated journal entries.
Talk to this API →Try it
curl https://api.everycent.ai/v1/invoices/{invoice_id}/void \
-H "Authorization: Bearer ec_sandbox_lxbM" \
-d '{}'