Delete Question
/form_templates/{template_id}/questions/{id}
Delete Question Heading [DELETE]
Delete a single question. Deleting a question will remove the question from forms created after this form is published. It will not cascade back to previous forms that have used this question.
Authorization: Admin
The server will respond with a confirmation object. The delete will not be processed until it is confirmed.
RequestConfirmation
Body
{ "confirmed": true }
Response 412
Body{}
Response 200
Body{}