delete_file

Function delete_file 

Source
pub fn delete_file(conn: &Connection, id: &str) -> Result<bool>
Expand description

Delete a file record by ID. Returns true if a row was removed.