Skip to main content

promotionBulkDelete

Deletes promotions.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_DELETED (async): A promotion was deleted.
promotionBulkDelete(
ids: [ID!]!
): PromotionBulkDelete

Arguments

promotionBulkDelete.ids ● [ID!]! non-null scalar miscellaneous

List of promotion IDs to delete.

Type

PromotionBulkDelete object discounts

Deletes promotions.

Added in Saleor 3.17
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_DELETED (async): A promotion was deleted.