Skip to main content
Version: 3.x

promotionDelete

Deletes a promotion.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_DELETED (async): A promotion was deleted.
promotionDelete(
id: ID!
): PromotionDelete

Arguments

promotionDelete.id ● ID! non-null scalar

The ID of the promotion to remove.

Type

PromotionDelete object

Deletes a promotion.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_DELETED (async): A promotion was deleted.

Was this page helpful?