DELETE course/…/drill/…

Removes a drill from a course.

The removed drill will continue to exist in the repertoire of the author as a standalone drill.

This API call has not yet been implemented!

Resource URL

https://www.drillster.com/api/2/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 404 (Not found) Course could not be found
no_access 403 (Forbidden) You are not authorized to modify this course
drill_missing 400 (Bad request) No drill was specified
drill_not_in_course 400 (Bad request) Given drill is not part of the course