Buyers - Shipping details
Delete a buyer's shipping details
Delete the shipping details associated to a specific buyer.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
Examples:
"default"
Path Parameters
The ID of the buyer to delete shipping details for.
Examples:
"fe26475d-ec3e-4884-9553-f7356683f7f9"
The ID of the shipping details to delete.
Examples:
"bf8c36ad-02d9-4904-b0f9-a230b149e341"
Query Parameters
Response
200
application/json
Successful Response
The response is of type any
.