Eliminar un montón de filas en Laravel

Comment::where('post_id',$id)->delete();
Mohammed Sabbar