Skip to main content

giftCardDelete Mutation

Deletes gift card.

Requires the MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

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

Arguments

id ● ID!

ID of the gift card to delete.

Type

GiftCardDelete

Deletes gift card.

Requires the MANAGE_GIFT_CARDpermission.

Triggers the following webhook events:

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