Appearance
Deletes a cookie on the current page.
UI.COOKIE.delete(name)
name
string
UI.COOKIE.delete("foo")
Deletes the cookie named "foo" on the current page.
"foo"