Delete Bundle Content
DELETE /kits/{kit_id}/kit_contents/{kit_content_id}
DELETE
/kits/{kit_id}/kit_contents/{kit_content_id}
Remove a product variant from a bundle’s contents.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” kit_id
required
number
ID of the bundle.
kit_content_id
required
number
The ID of the kit content. This is different from the product variant ID.
Responses
Section titled “ Responses ”The product variant was succesfully removed from the bundle’s contents.
Ensure that the kit_id
and kit_content_id
are both correct.