---
title: "S3-compatible DeleteObject"
method: DELETE
path: "/bedrock/files/{bucket}/{key}"
tags: ["Bedrock Integration"]
---

# S3-compatible DeleteObject

`DELETE /bedrock/files/{bucket}/{key}`

Deletes an object from the Bifrost file store.

## Path parameters

- `bucket` string, required
- `key` string, required

## Headers

- `x-model-provider` string

## Response `200`

Object deleted. Empty body.

## Other responses

- `500` — Internal error returned as S3 XML.

---

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