diff --git a/src/main/resources/templates/contacts.html b/src/main/resources/templates/contacts.html
index de7f4bb5e60de350c9de5712aa04c74afd92c6b0..965f09d98f49d48fbf88e572243566be42585fbe 100644
--- a/src/main/resources/templates/contacts.html
+++ b/src/main/resources/templates/contacts.html
@@ -55,7 +55,7 @@
             //hide the dialog and ...
             dialog.hidden = true;
             //just fallback to ensure the delete request is made
-            makeDeleteRequest()
+            makeDeleteRequest(email, row);
         }else {
             positiveButton.addEventListener("click", e =>{
                 makeDeleteRequest(email, row);