Values.StartRemoteDeleteRequestSourceDeletes a file or directory on the remote SFTP server.
type nonrec t = {connectorId : ConnectorId.t;The unique identifier for the connector.
*)deletePath : FilePath.t;The absolute path of the file or directory to delete. You can only specify one path per call to this operation.
*)}