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": []
}Projects & Files
Delete User File
Delete a user file belonging to the current user.
This will also remove any project associations for the file.
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": []
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I