cURL
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": [] }
Delete a user file belonging to the current user.
This will also remove any project associations for the file.
Authorization header with Bearer token
Successful Response
Was this page helpful?