Delete a property from a Form over API call

  • Akshoy
    Asked on September 11, 2019 at 2:57 AM

    Hi Team, 


    How to delete a property, i mean any type of field from a Form over API call. Please help. 


    Thanks and regards, 

    Akshoy 

  • Victoria_K
    Replied on September 11, 2019 at 3:19 AM

    Hello Akshoy, 

    Please take a look through our API page, for deleting form fields, here is a link: https://api.jotform.com/docs/#delete-form-id-question-id 

  • Akshoy
    Replied on September 11, 2019 at 4:43 AM
    Thanks for your quick reply. But i have gone through the doc. It has api
    endpoints for add and edit form fields but i can't see any endpoint to
    delete a field. Could you please help me with the endpoint to delete a form
    field
    Thanks and regards,
    Akshoy
    ...
  • Victoria_K
    Replied on September 11, 2019 at 6:35 AM

    Hi! It should be this: https://api.jotform.com/form/{formID}/question/{questionID}?apiKey={apiKey}

    You should just replace {formID} and {questionID} with actual values. 

  • Akshoy
    Replied on September 12, 2019 at 2:43 AM
    Thanks a lot.
    ...