diff --git a/module/Application/src/Controller/TypeFormationController.php b/module/Application/src/Controller/TypeFormationController.php
index 30dd21aab61d10063f44047aaa7c1423b2fbdc02..bc5e29031fbee10215cdc3dbcb3249831cabd649 100644
--- a/module/Application/src/Controller/TypeFormationController.php
+++ b/module/Application/src/Controller/TypeFormationController.php
@@ -115,7 +115,7 @@ class TypeFormationController extends AbstractController
function supprimerGroupeAction()
{
$typeformation = $this->getEvent()->getParam('groupeTypeFormation');
- $this->getServiceGroupeTypeFormation()->delete($typeformation, true);
+ $this->getServiceGroupeTypeFormation()->delete($typeformation);
return new MessengerViewModel();
}