delete http://gooru.org/api/nucleus/v2/courses/
Delete an existing Course by a specified id
Error Code | Error Description |
---|---|
400 - Bad Request | Missing required filed(s) |
401 - Unauthorized | Missing "Authorization" in header. Invalid "Authorization" |
403 - Forbidden | Login required. |
404 - Not Found | Missing course-id Invalid course-id |
Note
The API will delete specific course that does not have any usage data associated with it by the virtue of it being assigned to a class. The delete action will not be actually deleting the content of the course but only disassociating the current user with the course. The course will still exist in Gooru after it is deleted from the user context.