Delete grade
Method
| Method | Description |
|---|---|
| exam.gradeDelete | Delete grade. |
Request parameters
{
"id": {GradeId},
"test_id": {TestId}
}
Response parameters
{
"completed": {Comleted}
}
| Variable | Type | Appearance | Description |
|---|---|---|---|
| {GradeId} | Integer | Mandatory | Grade id. |
| {TestId} | Integer | Mandatory | Exam id. |
| {Completed} | Boolean | Mandatory | Indicates whether action was successfully completed or not. |
