Ciao

Prova così:
Codice PHP:
foreach ($_COOKIE as $key => $value) {
  
setcookie($key,""time() - 3600);