Delete Submission

DELETE/v1/forms/{form_id}/submissions/{submission_id}

Deletes a submission together with all files attached to it. This action is irreversible.

Authorization

x-api-key x-team-id
x-api-key<token>

In: header

x-team-id<token>

In: header

Path Parameters

form_id*string
submission_id*string

Response Body

application/json

application/json

fetch("https://example.com/v1/forms/{form_id}/submissions/{submission_id}", {  method: "DELETE",  headers: {    "x-api-key": "...",    "x-team-id": "..."  }})
Empty
{  "message": "string"}