20 lines
742 B
Markdown
20 lines
742 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [DeleteCookieRequest](./puppeteer.protocol.page.deletecookierequest.md)
|
||
|
|
||
|
## Protocol.Page.DeleteCookieRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface DeleteCookieRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [cookieName](./puppeteer.protocol.page.deletecookierequest.cookiename.md) | string | Name of the cookie to remove. |
|
||
|
| [url](./puppeteer.protocol.page.deletecookierequest.url.md) | string | URL to match cooke domain and path. |
|
||
|
|