Skip to main content
Version: 3.x

PromotionRuleDelete

Deletes a promotion rule.

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_RULE_DELETED (async): A promotion rule was deleted.
type PromotionRuleDelete {
errors: [PromotionRuleDeleteError!]!
promotionRule: PromotionRule
}

Fields

PromotionRuleDelete.errors ● [PromotionRuleDeleteError!]! non-null object

PromotionRuleDelete.promotionRule ● PromotionRule object

Returned by

promotionRuleDelete mutation


Was this page helpful?