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

# Delete a form submission

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

Permanently deletes a submission. Returns the submission ID and deleted: true.

## Path parameters

- `id` string, required
- `submissionId` string, required

## Response `200`

OK

- DeleteFormSubmissionResult
  - `id` string, required — Submission ID (cor_ prefix)
  - `deleted` boolean, required — Whether the submission was deleted

## Other responses

- `400` — Validation error or bad request
- `401` — Missing or invalid API key
- `403` — Insufficient permission
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.net/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/versions/27006cfef4d8/schema)
