Skip to main content
Skip table of contents

Delete Form

This API allows you to delete a form.

The endpoints, properties and code examples are given as follows:

DEL/forms/:formID

The form ID needs to be passed to delete the particular form:

Response CodeDescription

200

Code 200 implies that the form has been deleted successfully. Example is given as follows:

Response Body:


CODE
 {
    "code":"Deleted",
    "message":"Form Deleted Successfully"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.