Headless LMS

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.

DELETE
/api/bundles/{bundleId}/items/{contentId}

Path Parameters

bundleId*string
contentId*string

Response Body

application/json

application/json

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"}