DELETE
/integration/v1/courses/{course_id}
Delete a course by ID
Delete a course by ID
operationId Delete a course by ID
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
course_id
|
string | required | Course ID should start with 0 |
Responses
200
application/json schema
{
"type": "object",
"nullable": true
}
412 Invalid parameters
500 Server error
512 Specification violations