Remove a content item from a bundle (the content survives)
DELETE /api/bundles/{bundleId}/items/{contentId}. Remove a content item from a bundle (the content survives). Headless LMS Content API reference.
curl -X DELETE "https://example.com/api/bundles/string/items/string"[ { "orgId": "string", "bundleId": "string", "contentId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }]{ "error": "string", "message": "string", "requestId": "string"}