Skip to main content
DELETE
/
user
/
projects
/
file
/
{file_id}
Delete User File
curl --request DELETE \
  --url https://cloud.onyx.app/api/user/projects/file/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "has_associations": true,
  "project_names": [],
  "assistant_names": []
}

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Path Parameters

file_id
string<uuid>
required

Response

Successful Response

has_associations
boolean
required
project_names
string[]
assistant_names
string[]