---
title: "Delete file (Anthropic format)"
method: DELETE
path: "/anthropic/v1/files/{file_id}"
tags: ["Anthropic Integration"]
---

# Delete file (Anthropic format)

`DELETE /anthropic/v1/files/{file_id}`

Deletes an uploaded file.

## Path parameters

- `file_id` string, required

## Headers

- `x-model-provider` string

## Response `200`

Successful response

- object
  - `id` string
  - `type` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[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)
