Delete Question Heading
/form_templates/{form_template_id}/question_headings/{id}
Delete Question Heading [DELETE]
Delete a single question heading. Upon deleting the heading:
- All questions under that template will be deleted
Authorization: Admin
The server will respond with a confirmation object containing the additional objects this delete will modify. The delete will not be processed until it is confirmed.
RequestConfirmation
Body
{
"confirmed": true
}
Response 412
Body{
"questionsCount": 1
}
Response 200
Body{}