---
title: "Delete object"
method: DELETE
path: "/bus/object/{key}"
tags: ["bus"]
---

# Delete object

`DELETE /bus/object/{key}`

Deletes an object from the bucket.

## Path parameters

- `key` string, required

## Query parameters

- `bucket` string, required — The name of the bucket.

## Response `200`

Successfully deleted object

## Other responses

- `404` — Object not found
- `500` — Internal server error

---

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