POST

Void a bill

POST /bills/{bill_id}/void

Voids the bill and reverses any associated journal entries.

Talk to this API →

Try it

curl https://api.everycent.ai/v1/bills/{bill_id}/void \
  -H "Authorization: Bearer ec_sandbox_jz7k" \
  -d '{}'