Delete a file or folder from a connected external storage provider. This action is permanent for most providers. Use list_external_files to find file IDs.
Delete a file or folder from a connected external storage provider. This action is permanent for most providers. Use list_external_files to find file IDs.
{ "type": "object", "properties": { "message": { "type": "string", "description": "Agent-readable status message or rendered content for the external storage operation." } }, "required": [ "message" ], "additionalProperties": false, "description": "Structured result returned by the delete_external_file tool.", "$schema": "http://json-schema.org/draft-07/schema#"}