Delete page
Method
| Method | Description |
|---|---|
| course.pageDelete | Delete learning page. |
Request parameters
{
"id": {PageId},
"course_id": {CourseId}
}
Response parameters
{
"completed": {Comleted}
}
| Variable | Type | Appearance | Description |
|---|---|---|---|
| {PageId} | Integer | Mandatory | Page id. |
| {CourseId} | Integer | Mandatory | Course id. |
| {Completed} | Boolean | Mandatory | Indicates whether action was successfully completed or not. |
