Delete course API

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:
https://zylkeracademy.trainercentral.com/api/v4/700000804/courses/3000094000002000004.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 ...
    • 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 ...
    • 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: ...
    • 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, ...
    • Create course API

      Description: To create a new course in an academy. Request URL: /api/v4/<orgId>/courses.json (How do I get my OrgId?) Method: POST OAuth scope: TrainerCentral.courseapi.CREATE Paramaters { "course":{ "courseName":"<courseName>", ...