Can I Delete the Uploaded Files by Using the API?

  • ivsweb
    Asked on February 16, 2016 at 10:40 AM
    This leads me to the question if you could provide an API method to delete documents?

    The listing is easy, using the providet api :

    GET "https://eu-api.jotform.com/form/{formID}/files?apiKey={apiKey}"

     


    it would be very handy to have the ability to delete files in the same manner or even file after file

  • David JotForm Support
    Replied on February 16, 2016 at 2:26 PM

    Currently, it is only possible to delete the full submission entry via the JotForm interface, as well as via API:

    http://api.jotform.com/docs/#delete-submission-id

    It is not possible to delete file uploads without deleting the associated submission.