PromotionBulkDelete Object
Deletes promotions.
Triggers the following webhook events:
- PROMOTION_DELETED (async): A promotion was deleted.
type PromotionBulkDelete {
count: Int!
errors: [DiscountError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [DiscountError!]!
Returned By
promotionBulkDelete mutation