github.com/facebookincubator/ttpforge@v1.0.13-0.20240405153150-5ae801628835/docs/foundations/actions/remove_path.md (about)

     1  # TTPForge Actions: `remove_path`
     2  
     3  The `remove_path` action deletes a specified file or directory.
     4  
     5  ## Fields
     6  
     7  You can specify the following YAML fields for the `remove_path` action:
     8  
     9  - `remove_path:` (type: `string`) the path to the file or directory to remove.
    10  - `recursive:` (type: `bool`) set this to `true` if you want to delete a
    11    directory.