Close File
Closes a specific file for a given agent.
This endpoint marks a specific file as closed in the agent's file state.
The file will be removed from the agent's working memory view.
Authentication
AuthorizationBearer
Header authentication of the form Bearer <token>
Path parameters
file_id
The ID of the file in the format ‘file-<uuid4>’
agent_id
The ID of the agent in the format ‘agent-<uuid4>’
Response
Successful Response