removeCookie
removeCookie(name: string,path: string): void
Remove a browser cookie (created on the browser side)
Properties
(Mandatory properties are in bold)Properties | Type | Description |
---|---|---|
name | string | : name of the cookie |
Additional properties for advanced use cases
Properties | Type | Description |
---|---|---|
path | string | : scope of the cookie |