DELETE
/
gift-cards
/
{gift_card_id}
curl --request DELETE \
  --url https://api.{gr4vy_id}.gr4vy.app/gift-cards/{gift_card_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

This endpoint requires the gift-cards.write scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

gift_card_id
string
required

The unique ID of a stored gift card.

Response

204
_mintlify/placeholder

Returns an empty response.