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