gemini_delete_file: Delete a File from Gemini API
Description
Deletes a specific file from the Gemini API using its file ID.
Usage
gemini_delete_file(.file_name)
Value
Invisibly returns NULL
. Prints a confirmation message upon successful deletion.
Arguments
- .file_name
The file ID (e.g., "files/abc-123") to delete.