I have an Angular app (version 5) where I have a http only cookie passed from server on successful authentication, that i need to clear. I have tried methods using ngx-cookie-service such as this cookies.delete(cookie name), this.cookies.set('','')... But these were not clearing cookie. On further searching few told to clear using backend for which i use .Net. Any pointers here would be helpful.
I tried theough Angular UI but it did not clear the cookie.