remove(key, [options]);
Remove given cookie
Parameters
Param | Type | Details |
---|---|---|
key | string | Id of the key-value pair to delete. |
options (optional) | Object | Options object. See $cookiesProvider.defaults |
Remove given cookie
Param | Type | Details |
---|---|---|
key | string | Id of the key-value pair to delete. |
options (optional) | Object | Options object. See $cookiesProvider.defaults |
Please login to continue.