PromotionRuleDelete Object
Deletes a promotion rule.
Triggers the following webhook events:
- PROMOTION_RULE_DELETED (async): A promotion rule was deleted.
type PromotionRuleDelete {
errors: [PromotionRuleDeleteError!]!
promotionRule: PromotionRule
}
Fields
errors ● [PromotionRuleDeleteError!]!
promotionRule ● PromotionRule
Returned By
promotionRuleDelete mutation