giftCardBulkDelete Mutation
Delete gift cards.
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 miscellaneous
List of gift card IDs to delete.
Type
GiftCardBulkDelete
object gift-cards
Delete gift cards.
Triggers the following webhook events:
- GIFT_CARD_DELETED (async): A gift card was deleted.