CIFS Deleter Component
Deletes the file specified in the object passed into the component from the CIFS server. The component accepts SimpleMappedData objects specifying the file to be deleted.
Data Governance
The CIFS Deleter component will update the status of the deleted item in the Data Governance System to DELETED.
Input Channels
delete — Deletes the file specified by the SimpleMappedData object. The Mapped Data object must specify the path to the file entry that is to be deleted under the "path" key.
Output Channels
success — Returns a SignalData object indicating that the File was successfully deleted from the CIFS server.
failure — Returns a SignalData object indicating that the File was not successfully deleted from the CIFS server.
Parameters
None