Skip to main content
POST
/
knowledge
/
delete_file
Delete File
curl --request POST \
  --url https://api-west.millis.ai/knowledge/delete_file \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{}

Headers

authorization
string | null

Private Key

Body

application/json
id
string
required

Response

Successful Response