Skip to main content
DELETE
/
api
/
models
/
{modelId}
/
files
/
{fileId}
Delete a model file
curl --request DELETE \
  --url https://api.example.com/api/models/{modelId}/files/{fileId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API key here

Path Parameters

modelId
string
required

ID of the model

fileId
string
required

ID of the file

Response

File deleted successfully

data
object