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

# VoucherRemoveCatalogues Object

Removes products, categories, collections from a voucher.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   VOUCHER\_UPDATED (async): A voucher was updated.

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

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

### Fields

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

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

Voucher of which catalogue IDs will be modified.

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

#### [`errors`](#errors) ● [`[DiscountError!]!`](/api-reference/discounts/objects/discount-error.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

[`voucherCataloguesRemove`](/api-reference/discounts/mutations/voucher-catalogues-remove.md) mutation
