Admin - Courses
Delete course
Deletes a course and all its units, content, questions, and answers.
ProductionStagingUAT
DELETEhttps://ankiren.com/api/admin/courses/{courseId}
Parameters
Path Parameters
- courseIdintegerpathRequired
Course ID
Responses
200 · Course deleted
- successboolean
application/json
{ "success": true }
Sample Code
Đổi ngôn ngữ ở ô Language trên thanh Documentation.
cURL
curl -X DELETE 'https://ankiren.com/api/admin/courses/1' \ -H 'Authorization: Bearer <token>' \ -H 'Accept: application/json'