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

# voucherCataloguesRemove Mutation

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
voucherCataloguesRemove(
  id: ID!
  input: CatalogueInput!
): VoucherRemoveCatalogues
```

Details

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

<a id="arguments"></a>

### Arguments

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

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of a voucher.

<a id="input"></a>

#### [`input`](#input) ● [`CatalogueInput!`](/api-reference/discounts/inputs/catalogue-input.md)

Fields required to modify catalogue IDs of voucher.

<a id="type"></a>

### Type

<a id="voucherremovecatalogues"></a>

#### [`VoucherRemoveCatalogues`](/api-reference/discounts/objects/voucher-remove-catalogues.md)

Removes products, categories, collections from a voucher.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

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