Gift cards
Delete gift card
Removes a stored gift card.
DELETE
/
gift-cards
/
{gift_card_id}
This endpoint requires the gift-cards.write
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
gift_card_id
string
requiredThe unique ID of a stored gift card.
Was this page helpful?