> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/qlmlicense/client-side-methods/deletecookie.md).

# DeleteCookie

### Description

Deletes data stored in a cookie by the [StoreCookie ](/docs/api-reference/.net-api/qlmlicense/client-side-methods/storecookie.md)API.

```csharp
bool DeleteCookie(string cookieName)
```

### Arguments

| Name       | Data Type | Description            |
| ---------- | :-------: | ---------------------- |
| cookieName |   string  | the name of the cookie |

### Remarks

Deletes the cookie stored in the location specified by the StoreKeysLocation property.
