DELETE
/
vendor
/
shipping-options
/
{id}
{
  "id": "<string>",
  "object": "shipping_option",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the Shipping Option.

Response

200 - application/json

OK

id
string

The ID of the deleted Shipping Option.

object
string
default:shipping_option

The type of the object that was deleted.

deleted
boolean
default:true

Whether or not the items were deleted.