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