---
title: "Finish upload"
method: DELETE
path: "/bus/upload/{id}"
tags: ["bus"]
---

# Finish upload

`DELETE /bus/upload/{id}`

Marks an upload as finished and stops tracking it.

## Path parameters

- `id` string, byte, required — A 32-byte unique identifier represented as a hex string.

## Response `200`

Successfully finished upload

## Other responses

- `500` — Internal server error

## Changes

- **2024-12-18** `922f156353c9` — 2 info
  - api tag `bus` added
  - added the non-success response with the status `500`
- **2024-12-17** `82af1ae6c6d8` — 1 info
  - endpoint added
- **2024-12-09** `f062c35d8f47` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/bus/upload/:id/delete.md)

---

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