Delete question

Method

Method Description
exam.questionDelete Delete question.

Request parameters

{
    "id": {QuestionId},
    "test_id": {TestId}
}

Response parameters

{
    "completed": {Comleted}
}

Variable Type Appearance Description
{QuestionId} Integer Mandatory Question id.
{TestId} Integer Mandatory Exam id.
{Completed} Boolean Mandatory Indicates whether action was successfully completed or not.