Skip to main content

promotionDelete Mutation

Deletes a promotion.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_DELETED (async): A promotion was deleted.
promotionDelete(
id: ID!
): PromotionDelete
Show return type

Arguments

id ● ID!

The ID of the promotion to remove.

Type

PromotionDelete

Deletes a promotion.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_DELETED (async): A promotion was deleted.