Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
To delete a cookie, set its value to empty and set an expiration date in the past:
document.cookie = 'name=; expires=Thu, 01 Jan 1970 00:00:00 UTC;'
Include the same path and domain you used when setting the cookie, if you set them.