Skip to main content
Version: 3.x

giftCardBulkDelete

Delete gift cards.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_DELETED (async): A gift card was deleted.
giftCardBulkDelete(
ids: [ID!]!
): GiftCardBulkDelete

Arguments

giftCardBulkDelete.ids ● [ID!]! non-null scalar

List of gift card IDs to delete.

Type

GiftCardBulkDelete object

Delete gift cards.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_DELETED (async): A gift card was deleted.

Was this page helpful?