Delete Course

Delete an existing Course by a specified id

Error CodeError Description
400 - Bad RequestMissing required filed(s)
401 - UnauthorizedMissing "Authorization" in header.
Invalid "Authorization"
403 - ForbiddenLogin required.
404 - Not FoundMissing 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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!