Delete chapter API

Delete chapter API

Description: To delete a chapter in a course.

Request URL: <domain>/api/v4/<orgId>/course/<courseId>/sections/<sectionId>.json
Method: DELETE

OAuth Scope: TrainerCentral.sectionapi.DELETE
Parameters: Not applicable
Request Body: Not applicable

Sample Request: https://zylkeracademy.trainercentral.com/api/v4/700000804/course/3000094000002000004/sections/3200000000002000012.json

    • Related Articles

    • List of all TrainerCentral APIs

      Getting Started Get Oauth token API Course APIs Create chapter API Edit chapter API Create course API Edit course API Create lesson API Edit lesson API Create assignment API Delete lesson/live workshop/assignment API Delete chapter API Delete course ...
    • Edit chapter API

      Description: To edit a chapter name or reorder a chapter inside a course. Request URL: <domain>/api/v4/<orgId>/course/<courseId>/sections/<sectionId>.json Method: PUT OAuth Scope: TrainerCentral.sectionapi.UPDATE Parameters: Not applicable Request ...
    • Create chapter API

      Description: To create a chapter under a course in academy Request URL: /api/v4/<orgId>/sections.json (How do I get my orgId?) Method: POST OAuth scope: TrainerCentral.sectionapi.CREATE Parameters: { "section":{ "courseId": "<courseId>", "name": ...
    • Delete learner API

       Description: To delete the learner. Request URL: /api/v4/<orgId>/portalMembers/<portalMemberId>.json (How do I get my <orgId>?) Method: DELETE OAuth scope: TrainerCentral.presenterapi.DELETE
    • Delete course API

      Description: To delete a course in an academy. Request URL: <domain>/api/v4/<orgId>/courses/<courseId>.json  Method: DELETE OAuth Scope: TrainerCentral.courseapi.DELETE Parameters: Not applicable Request Body: Not applicable Sample Request: ...