v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Form

Delete a receive form submission

Deletes a form submission entry, which represents one time that a visitor filled out the form and uploaded files. This deletes only the record of the submission (the date, the values entered in the form and the names of the files uploaded by the visitor).The share and any associated file resources will not be deleted by this.

Notes:

  • Use the GET /form/entries/{formId} to list the submissions and obtain the ID of the entry you want to delete
  • You must have the DeleteFormData permission in order to use this operation
  • It is not possible to un-delete data that is removed in this way
delete/forms/entries/{id}

Path parameters

idinteger required

ID of the entry to be deleted data for

Headers

ev-api-keystring required

API Key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

Response

Successful operation

responseStatusinteger

Http status code of the response.

datastring[]

Example response

{
  "responseStatus": 200,
  "data": []
}