# file_delete_actions: OS File Delete Actions ## Documentation: Deletes specific files on file system. - Catalog: `FileSystem` - Label: File Delete Actions - Retrieve: False ## Table Columns The columns of the table `file_delete_actions` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `file_path` | `varchar2` | Filename and Path | ☑ | Path of file to delete. |