cURL
curl --request DELETE \ --url https://api.example.com/vendor/shipping-options/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "shipping_option", "deleted": true }
Deletes a Shipping Option.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Shipping Option.
OK
The ID of the deleted Shipping Option.
The type of the object that was deleted.
Whether or not the items were deleted.