Skip to main content
Version: 3.x

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

ID of an invoice to request the deletion.

Type

InvoiceRequestDelete object

Requests deletion of an invoice.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

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

Was this page helpful?