release_file
Release a session file and delete it from the server to free disk space. Use when finished processing an uploaded file.
Instructions
Release a session file and delete it from the server.
Call this when you are done with a file to free server disk space.
Args: session_id: The session_id returned by upload_file.
Returns: dict: A mapping containing: - success (bool): Whether the file was successfully released. - message (str): Human-readable result description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |