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

# Delete an upload

`DELETE /uploads/{id}`

## Path parameters

- `id` string, required

## Headers

- `organization` string, required

## Response `200`

Upload deleted.

- ResponseUploadOutput
  - `id` string, required
  - `createdAt` string, date-time, required
  - `account` string, required
  - `channel` string, required
  - `url` string, required
  - `bucket` string, required
  - `filename` string, required
  - `status` 'Active' | 'Deleted', required
  - `expireIn` number, required

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
