invoiceRequestDelete Mutation
Requests deletion of an invoice.
Triggers the following webhook events:
- INVOICE_DELETED (async): An invoice was requested to delete.
invoiceRequestDelete(
id: ID!
): InvoiceRequestDelete
Show return type
Arguments
id ● ID!
ID of an invoice to request the deletion.
Type
InvoiceRequestDelete
Requests deletion of an invoice.
Triggers the following webhook events:
- INVOICE_DELETED (async): An invoice was requested to delete.