VoucherBulkDelete Object
Deletes vouchers.
Triggers the following webhook events:
- VOUCHER_DELETED (async): A voucher was deleted.
type VoucherBulkDelete {
count: Int!
discountErrors: [DiscountError!]! @deprecated
errors: [DiscountError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [DiscountError!]!
Show deprecated
Returned By
voucherBulkDelete mutation