# Consent Revoke

When users revoke their consent, all cookies set by third party services should be removed. Haven will try to detect the possible cookie domains used on a website; however this is only possible in ~80-90% of scenarios without using a list of all available domains. If Haven is not removing cookies correctly, try specifying a custom domain list:

Haven.create({
    domains: ['.subdomain.host.tld', '.host.tld'],
});
Last Updated: 11/4/2019, 12:45:01 PM