DroidMind

by hyperb1iss
Verified

delete_file

Remove files or directories from an Android device by specifying the device serial and target path. Returns confirmation of the deletion process.

Instructions

Delete a file or directory from the device.

Args: serial: Device serial number path: Path to the file or directory to delete

Returns: Deletion result message

Input Schema

NameRequiredDescriptionDefault
pathYes
serialYes

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial", "path" ], "title": "delete_fileArguments", "type": "object" }
ID: p03zdsi6ol