CoursesDelete a courseServer URLloading...DELETE/api/courses/{id}SendPathPath Parametersid*stringResponse Body204application/json404application/jsoncURLJavaScriptGoPythonJavaC#Rustcurl -X DELETE "https://example.com/api/courses/string"204404null{ "error": "string", "message": "string"}Update a course PATCHPrevious PageList a course's modules GETNext Page