> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/discounts/llms.txt)
> Source: https://docs.saleor.io/api-reference/discounts/objects/voucher-delete

# VoucherDelete Object

Deletes a voucher.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   VOUCHER\_DELETED (async): A voucher was deleted.

```graphql
type VoucherDelete {
  discountErrors: [DiscountError!]! @deprecated
  errors: [DiscountError!]!
  voucher: Voucher
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[DiscountError!]!`](/api-reference/discounts/objects/discount-error.md)

<a id="voucher"></a>

#### [`voucher`](#voucher) ● [`Voucher`](/api-reference/discounts/objects/voucher.md)

Show deprecatedHide deprecated

<a id="discount-errors"></a>

#### [`discountErrors`](#discount-errors) ● [`[DiscountError!]!`](/api-reference/discounts/objects/discount-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`voucherDelete`](/api-reference/discounts/mutations/voucher-delete.md) mutation
