[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [DeleteCookiesRequest](./puppeteer.protocol.network.deletecookiesrequest.md) > [url](./puppeteer.protocol.network.deletecookiesrequest.url.md) ## Protocol.Network.DeleteCookiesRequest.url property If specified, deletes all the cookies with the given name where domain and path match provided URL. Signature: ```typescript url?: string; ```