Anthropic integration

Delete file (Anthropic format)

DELETE/anthropic/v1/files/{file_id}

Deletes an uploaded file.

Path Parameters

file_id*string

File ID to delete

Header Parameters

x-model-provider?string

Provider for the file

Response Body

application/json

application/json

application/json

curl -X DELETE "http://localhost:8080/anthropic/v1/files/string"
{
  "id": "string",
  "type": "file_deleted"
}
{
  "type": "error",
  "error": {
    "type": "string",
    "message": "string"
  }
}
{
  "type": "error",
  "error": {
    "type": "string",
    "message": "string"
  }
}