String where = FileColumns._ID + “=?”;
getContentResolver().delete(Files.getContentUri(“external”), where, new String[]{id});