Delete the shipping details associated to a specific buyer.
This endpoint requires the buyers.write
scope.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the merchant account to use for this request.
"default"
The ID of the buyer to delete shipping details for.
"fe26475d-ec3e-4884-9553-f7356683f7f9"
The ID of the shipping details to delete.
"bf8c36ad-02d9-4904-b0f9-a230b149e341"
Successful Response
The response is of type any
.