[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 Signature: ```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. |