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

# promotionDelete Mutation

Deletes a promotion.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

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

```graphql
promotionDelete(
  id: ID!
): PromotionDelete
```

Details

```graphql
type PromotionDelete {
  errors: [PromotionDeleteError!]!
  promotion: Promotion
}
```

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

### Arguments

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

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

The ID of the promotion to remove.

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

### Type

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

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

Deletes a promotion.

Requires the MANAGE\_DISCOUNTS permission.

Triggers the following webhook events:

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