mqscript_file_delete
Remove files from mobile devices during automation to manage storage and clean up temporary data generated by MQScript mobile automation processes.
Instructions
Delete file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | File path to delete |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"description": "File path to delete",
"type": "string"
}
},
"required": [
"filePath"
],
"type": "object"
}