Supprimer l'enregistrement en utilisant Laravel

$user = User::find(1); //primary id
$user->delete();
iF n OnLy iF