Delete a bundle
Remove one bundle, identified by the SKU of its parent product. The SKU is looked up in your catalog, so a bundle created in the Redo UI is found too.
If your store reuses SKUs across variants, always send variant_id so Redo
knows which variant’s bundle to remove. Use
GET /stores/{storeId}/bundles?parent_sku= to see which variant each
bundle belongs to.
404 means either no product has the SKU or the product has no bundle;
detail says which.
Requires the returns_write scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Store ID
"64e5a8a1af49a89df37e4ee7"
SKU of the product that represents the bundle. Case-sensitive and URL-encoded.
Query Parameters
The parent variant. Send it if the SKU may be on more than one variant in your catalog.