> For the complete documentation index, see [llms.txt](https://formdr.gitbook.io/formdr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://formdr.gitbook.io/formdr/documentation/submissions/delete-submission.md).

# Delete Submission

## Deletes a submission

<mark style="color:red;">`DELETE`</mark> `https://api.formdr.com/api/v1/practice/{practiceId}/submissions/{submissionId}`

#### Path Parameters

| Name                                           | Type   | Description   |
| ---------------------------------------------- | ------ | ------------- |
| practiceId<mark style="color:red;">\*</mark>   | String | Practice ID   |
| submissionId<mark style="color:red;">\*</mark> | String | Submission ID |
