DELETE
/
product
/
{productId}
curl --request DELETE \
  --url https://api.shipbob.com/experimental/product/{productId} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Path Parameters

productId
string
required

The product identifier

Response

200

Success