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.
type PromotionDelete {
errors: [PromotionDeleteError!]!
promotion: Promotion
}

Fields

PromotionDelete.errors ● [PromotionDeleteError!]! non-null object

PromotionDelete.promotion ● Promotion object

Returned by

promotionDelete mutation


Was this page helpful?