For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
      • POSTMerge Variants
      • GETGet Product
      • DELDelete Product Bundle
      • PATCHUpdate Product
      • GETGet Taxonomies
      • GETGet Products
      • POSTCreate Product
      • GETGet Product Variants
      • POSTAdd Product Variants
      • PATCHUpdate Product Variants
      • POSTMove Variants to New Product
      • GETGet Packaging Requirement
      • GETGet Taxonomy by ID
      • GETGet Taxonomy Parent
      • POSTMove Variants Between Products
      • POSTConvert Variant to Bundle
LogoLogo
API ReferenceProducts

Delete Product Bundle

||View as Markdown|
DELETE
https://sandbox-api.shipbob.com/2026-01/product/:productId
DELETE
/2026-01/product/:productId
$curl -X DELETE https://sandbox-api.shipbob.com/2026-01/product/1 \
> -H "Authorization: Bearer <token>"
1{}

Deletes a bundle product by ID. Delete operation not allowed for non-bundles.

Was this page helpful?
Previous

Get Product

Next

Update Product

Built with

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

productIdlongRequired
The product identifier

Response

Success

Errors

400
Bad Request Error
404
Not Found Error