Skip to main content
Version: 3.x

voucherBulkDelete

Deletes vouchers.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • VOUCHER_DELETED (async): A voucher was deleted.
voucherBulkDelete(
ids: [ID!]!
): VoucherBulkDelete

Arguments

voucherBulkDelete.ids ● [ID!]! non-null scalar

List of voucher IDs to delete.

Type

VoucherBulkDelete object

Deletes vouchers.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • VOUCHER_DELETED (async): A voucher was deleted.

Was this page helpful?