Delete lesson/live workshop/assignment API

Delete lesson/live workshop/assignment API

Description: To delete a lesson or live workshop or assignment in a course.

Request URL: <domain>/api/v4/<orgId>/sessions/<sessionId>.json
[where <sessionId> refers to lesson ID or live workshop ID or assignment ID]

Method: DELETE

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

Sample Request: https://zylkeracademy.trainercentral.com/api/v4/700000804/sessions/3000072000002000004.json
    • Related Articles

    • List of all TrainerCentral APIs

      1.  Getting Started Get Oauth token API 2. Course APIs View all courses API Delete learner API  Create course API Embed link to a lesson API Create lesson API  Create chapter API Create Assignment API Get Learner Reports API  Get CourseMemberID API ...
    • Attend a live workshop

      How can my learners register for and access a live workshop? As soon as you promote your live workshops, your prospects can register for the session using the session link and attend the session through the access link that is shared to their inbox ...
    • Create lesson API

      Description: To create a lesson under a course in an academy. Request URL: /api/v4/<orgId>/sessions.json (How do I get my orgId?) Method: POST OAuth scope: TrainerCentral.sessionapi.CREATE Parameters for creating an on-demand lesson { "session":{ ...
    • Delete an academy

      If you wish to cancel your TrainerCentral subscription, you can downgrade your plan to a Free plan. This will let you can come back anytime to the platform with all your data intact. However, if you wish to delete your academy once and for all, ...
    • 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