Hello,
I am currently implementing onetrust and we are going with an opt-out model where the cookies are placed in the users browser by default and the user needs to opt-out of them. When I reject all cookies I see all my calls being blocked which is working as expected but I still see the cookies in my browser. No data is being sent to the cookies but the cookies are still there. Is this an issue? I have looked at other organizations' do the same. They block calls and cookies are still in the browser. Is this normal for an opt-out approach?
I'm also aware that some third party cookies and secure first party cookies cannot be deleted via javascript. Is there a way around this and to delete cookies based on users consent?