Headless LMS

Delete a bundle (its content survives)

DELETE /api/bundles/{bundleId}. Delete a bundle (its content survives). Headless LMS Content API reference.

DELETE
/api/bundles/{bundleId}

Path Parameters

bundleId*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/bundles/string"
null
{  "error": "string",  "message": "string",  "requestId": "string"}