Delete ALL cookies, you cannot.
You can delete your own cookies whit this php (only the cookies saved on the domain you execute this script)
<?php
foreach($_COOKIE as $cookie=>$value) {
setcookie($cookie,NULL);
}
?>
There are a lot of programs to delete all the cookies with a simple click. Search for them in download.com or anywhere ..