---
title: "Delete Submission"
method: DELETE
path: "/open/forms/{id}/submissions/{submission_id}"
tags: ["Submissions"]
---

# Delete Submission

`DELETE /open/forms/{id}/submissions/{submission_id}`

Requires `forms-write`.

## Path parameters

- `id` number, required — The ID of the form.
- `submission_id` number, required — The ID of the submission to delete.

## Response `200`

Successful

- object
  - `message` string

## Other responses

- `403` — Forbidden – token lacks forms-write ability

---

[API](https://skmtc.dev/opnform/apis/opnform-api.md) · [All operations](https://skmtc.dev/opnform/apis/opnform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opnform/opnform-api/revisions/271b61a0082b/schema)
