promotionRuleDelete Mutation
Deletes a promotion rule.
Triggers the following webhook events:
- PROMOTION_RULE_DELETED (async): A promotion rule was deleted.
promotionRuleDelete(
id: ID!
): PromotionRuleDelete
Details
type PromotionRuleDelete {
errors: [PromotionRuleDeleteError!]!
promotionRule: PromotionRule
}
Arguments
id ● ID!
The ID of the promotion to remove.
Type
PromotionRuleDelete
Deletes a promotion rule.
Triggers the following webhook events:
- PROMOTION_RULE_DELETED (async): A promotion rule was deleted.