---
title: "DELETE /partial-submissions/{id}"
method: DELETE
path: "/partial-submissions/{id}"
tags: ["Partial Submissions"]
---

# DELETE /partial-submissions/{id}

`DELETE /partial-submissions/{id}`

This endpoint deletes a specific partial submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/).

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully deleted a single partial submission that matched the provided ID

- object
  - `status` 'ok'

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `429` — Too Many Requests
- `5XX` — Unexpected Error

---

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