---
title: "Delete a form submission"
method: DELETE
path: "/forms/{formId}/submissions/{submissionId}"
tags: ["Forms"]
---

# Delete a form submission

`DELETE /forms/{formId}/submissions/{submissionId}`

Deletes a specific submission from a form.

## Path parameters

- `formId` string, required
- `submissionId` string, required

## Response `204`

Submission deleted successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Form or submission not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/revisions/e14b701e130a/schema)
