cURL
curl --request DELETE \ --url https://hub.oxen.ai/{namespace}/{repo_name}/workspaces/{workspace_id}/files/{path} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "status_message": "<string>", "oxen_version": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The namespace of the repository
The name of the repository
The UUID of the workspace
The path to the file to delete (unstage)
File marked for deletion