Skip to main content

invoiceRequestDelete

Requests deletion of an invoice.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • INVOICE_DELETED (async): An invoice was requested to delete.
invoiceRequestDelete(
id: ID!
): InvoiceRequestDelete

Arguments

invoiceRequestDelete.id ● ID! non-null scalar miscellaneous

ID of an invoice to request the deletion.

Type

InvoiceRequestDelete object orders

Requests deletion of an invoice.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • INVOICE_DELETED (async): An invoice was requested to delete.