DELETE course/…/…
Removes a drill from a course.
The removed drill will continue to exist in the repertoire of the author as a standalone drill.
Resource URL
https://www.drillster.com/api/2.1.1/course/{course_id}/{drill_id}
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
course_missing |
400 (Bad request) | No course was specified |
course_unknown |
400 (Bad request) | Course could not be found |
drill_missing |
400 (Bad request) | No drill was specified |
drill_not_in_course |
400 (Bad request) | Given drill is not part of the course |
group_not_accessible |
403 (Forbidden) | The course is part of a group and the calling account does not have permission to modify the group |
no_access |
403 (Forbidden) | You are not authorized to modify this course |
playable_in_group_learning_objective |
403 (Forbidden) | The playable is part of one of a group's learning objectives |
Last updated on