Shipping details
Delete buyer shipping detail
Deletes a buyer shipping detail.
DELETE
/buyers/{buyer_id}/shipping-details/{shipping_detail_id}
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/buyers/{buyer_id}/shipping-details/{shipping_detail_id} \
--header 'Authorization: <authorization>'
This response has no body data.
This endpoint requires the buyers.write
scope.
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
buyer_idrequired
string
The unique ID for a buyer.
shipping_detail_idrequired
string
The unique ID for a buyer's shipping detail.
Response
204
Was this page helpful?
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/buyers/{buyer_id}/shipping-details/{shipping_detail_id} \
--header 'Authorization: <authorization>'
This response has no body data.