Shipping details
Delete buyer shipping detail
Deletes a buyer shipping detail.
DELETE
/
buyers
/
{buyer_id}
/
shipping-details
/
{shipping_detail_id}
This endpoint requires the buyers.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?