Delete Chapter
Permanently delete a chapter along with its QnA, assignment, and all assignment submissions. Course progress is recalculated automatically.
Authorization
bearer In: header
Path Parameters
Chapter object id
Header Parameters
Host name of the dashboard, ex: mydomain.tagmango.com
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api-prod-new.tagmango.com/api/v1/external/chapters/66c4964c11e7fef26751f3a7" \ -H "x-whitelabel-host: string"{
"code": 400,
"type": "Bad request",
"statusMessage": "BAD_REQUEST",
"message": "Invalid request",
"success": false
}{
"code": 401,
"type": "Unauthorized",
"statusMessage": "UNAUTHORIZED",
"message": "Invalid token",
"success": false
}{
"code": 404,
"type": "Not Found",
"statusMessage": "NOT_FOUND",
"errorCode": "CHAPTER_NOT_FOUND",
"message": "The chapter does not exist or does not belong to this creator.",
"result": "The chapter does not exist or does not belong to this creator.",
"success": false
}Update Chapter PATCH
Update fields of an existing chapter. Only provided fields are updated; omitted fields are left unchanged. - `content` and `contentType` must be provided together. Content processing (video transcoding / image compression) re-runs only when the URL or type changes. - `additionalContents: []` explicitly clears all additional resources.
Get Course Reporting Summary GET
Returns creator-level course analytics across all courses (or a filtered subset). Includes per-course metrics, top 10 most-watched courses, top 10 best-rated courses, watch time by category, and ratings by category.