[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [DeleteCookiesRequest](./puppeteer.protocol.network.deletecookiesrequest.md) > [path](./puppeteer.protocol.network.deletecookiesrequest.path.md) ## Protocol.Network.DeleteCookiesRequest.path property If specified, deletes only cookies with the exact path. Signature: ```typescript path?: string; ```