Delete Submission
DELETE
/v1/forms/{form_id}/submissions/{submission_id}Deletes a submission together with all files attached to it. This action is irreversible.
x-api-key<token>
In: header
x-team-id<token>
In: header
Path Parameters
form_idstring
submission_idstring
Response Body
curl -X DELETE "https://forms.vexrun.com/v1/forms/string/submissions/string"Empty
{
"message": "string"
}