Submissions
Deleting a Submission
When a Submission is deleted, there is a period of time (30 days) during which it can be restored. After this time, all of its resources and attachments are automatically purged. Purging deleted Submissions can also be triggered from the command line.
delete/v1/projects/{projectId}/forms/{xmlFormId}/submissions/{instanceId}
Path parameters
projectIdnumber required
The numeric ID of the Project
xmlFormIdstring required
The xmlFormId of the Form being referenced.
instanceIdstring required
The instanceId of the Submission being referenced.
Response
OK
Example response
{
"success": true
}