Delete case study
Method
Method | Description |
---|---|
exam.examUpdate | Delete case study. |
Request parameters
{ "id": {CaseStudyId}, "test_id": {TestId} }
Response parameters
{ "completed": {Comleted} }
Variable | Type | Appearance | Description |
---|---|---|---|
{CaseStudyId} | Integer | Mandatory | Case study id. |
{TestId} | Integer | Mandatory | Exam id. |
{Completed} | Boolean | Mandatory | Indicates whether action was successfully completed or not. |