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

# promotionBulkDelete Mutation

Deletes promotions.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   PROMOTION\_DELETED (async): A promotion was deleted.

```graphql
promotionBulkDelete(
  ids: [ID!]!
): PromotionBulkDelete
```

Details

```graphql
type PromotionBulkDelete {
  count: Int!
  errors: [DiscountError!]!
}
```

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

### Arguments

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

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

List of promotion IDs to delete.

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

### Type

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

#### [`PromotionBulkDelete`](/api-reference/discounts/objects/promotion-bulk-delete.md)

Deletes promotions.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

-   PROMOTION\_DELETED (async): A promotion was deleted.
