Delete a survey question

delete_survey_question(survey_id, question_id)

Arguments

survey_id

the survey id

question_id

the question id see list_questions

Value

A list

Examples

if (FALSE) delete_survey_question("SV_012345678901234","QID1")