Excluir grupo de linhas em Laravel

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