Skip to main content

invoiceCancel

Cancels an invoice.

invoiceCancel(
id: ID!
): InvoiceCancel

Arguments

invoiceCancel.id ● ID! non-null scalar

ID of an invoice to cancel. This converts 'is_valid' flag to False which prevents sending the invoice to customer

Type

InvoiceCancel object

Cancels an invoice.

Was this page helpful?