delete_file
Remove files while enforcing organizational security policies and compliance rules. This tool validates deletion requests against established standards before execution to prevent policy violations.
Instructions
Delete a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | File path |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "File path",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}