---
title: "Delete an upload"
method: DELETE
path: "/v1/uploads/{uploadId}"
tags: ["Uploads"]
---

# Delete an upload

`DELETE /v1/uploads/{uploadId}`

Delete a CSV upload by its ID. This removes the file from storage and marks the record as deleted.

<Note>
  This endpoint requires **Organization Admin** permissions.
</Note>

## Path parameters

- `uploadId` string, uuid, required

## Response `200`

Upload deleted successfully

- SuccessResponse
  - `success` boolean

## Other responses

- `400` — Invalid upload ID format
- `401` — Missing or invalid authentication
- `403` — Insufficient permissions. Requires **Organization Admin** permissions.
- `404` — Upload not found or already deleted
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

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