action rebilly_post_invoice_void { label: "Void an invoice" description: "Void an invoice with specified identifier string.\n" provider: rebilly method: POST path: "/invoices/{id}/void" encoding: json output: { type: "object" } }