---
title: "Delete an upload"
method: DELETE
path: "/v1/utilities/uploads/{upload_id}"
tags: ["Media"]
---

# Delete an upload

`DELETE /v1/utilities/uploads/{upload_id}`

Delete an upload that has not yet been linked to any resource. Returns a `409` if the upload is already attached to a product.

## Path parameters

- `upload_id` string, required

## Response `200`

Upload deleted

- UploadDeleteResponse
  - `upload_id` string
  - `deleted` boolean

## Other responses

- `401` — Unauthorized - Invalid, missing, or expired API key. Verify your API key is correctly formatted and included in the Authorization header as `Bearer sk_sandbox_...` or `Bearer sk_live_...`. Check that your key hasn't been revoked.
- `404` — Not Found - The requested resource does not exist. Verify the resource ID is correct and that it belongs to your organization.
- `409` — Conflict - Duplicate request detected (idempotency). This occurs when the same request is made multiple times with the same idempotency key. The original request's response is returned.

---

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