The delete_cookie tag can be used to delete any cookie created using the set_cookie tag.
<cms:delete_cookie 'my_test_cookie' />
The snippet above will delete the cookie named 'my_test_cookie'.
This tag accepts no parameters.
It is a self closing tag and sets no variables of its own.