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

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

productId
string
required

The product identifier

Response

200

Success