Delete course
Method
| Method | Description |
|---|---|
| course.courseDelete | Delete course. |
Request parameters
{
"id": {CourseId}
}
Response parameters
{
"completed": {Comleted}
}
| Variable | Type | Appearance | Description |
|---|---|---|---|
| {CourseId} | Integer | Mandatory | Course id. |
| {Comleted} | Boolean | Mandatory | Indicates whether action was successfully completed or not. |
