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

This endpoint requires the gift-card-services.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_service_id
string
required

The unique ID of the gift card service.

Example:

"541b126f-44c5-4c5e-a06b-d0e0d54c7d3f"

Response

204
_mintlify/placeholder

Returns an empty response.