Delete Form Template

/form_templates/{id}

Delete Form Template [DELETE]

Delete an existing form template. Upon deleting the form template:

  • All questions under this form will be deleted.
  • This will not delete any history of forms previously completed using this template. 

Authorization: Admin

The server will respond with a confirmation object containing the additional objects this delete will modify (a count of the questions on this form that will be deleted). The delete will not be processed until it is confirmed "confirmed": true.

Request

Body
{
  "confirmed": true
}

Response 412

Body
{
   questionsCount: 6
}

Response 200

Body
{}

Still need help? Contact Us Contact Us