Skip to main content

invoiceDelete Mutation

Deletes an invoice.

Requires the MANAGE_ORDERSpermission.
invoiceDelete(
id: ID!
): InvoiceDelete
Details
type InvoiceDelete {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}

Arguments

id ● ID!

ID of an invoice to delete.

Type

InvoiceDelete

Deletes an invoice.

Requires the MANAGE_ORDERSpermission.