Skip to main content

PromotionDelete Object

Deletes a promotion.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_DELETED (async): A promotion was deleted.
type PromotionDelete {
errors: [PromotionDeleteError!]!
promotion: Promotion
}

Fields

errors ● [PromotionDeleteError!]!

promotion ● Promotion

Returned By

promotionDelete mutation