Skip to main content

promotionRuleDelete Mutation

Deletes a promotion rule.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_RULE_DELETED (async): A promotion rule was deleted.
promotionRuleDelete(
id: ID!
): PromotionRuleDelete

Arguments

promotionRuleDelete.id ● ID! non-null scalar miscellaneous

The ID of the promotion to remove.

Type

PromotionRuleDelete object discounts

Deletes a promotion rule.

Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_RULE_DELETED (async): A promotion rule was deleted.