Skip to main content
Version: 3.x

giftCardDelete

Delete gift card.

Added in Saleor 3.1
Requires MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

  • GIFT_CARD_DELETED (async): A gift card was deleted.
giftCardDelete(
id: ID!
): GiftCardDelete

Arguments

giftCardDelete.id ● ID! non-null scalar

ID of the gift card to delete.

Type

GiftCardDelete object

Delete gift card.

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?