<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [DeleteCookiesRequest](./puppeteer.protocol.network.deletecookiesrequest.md) > [name](./puppeteer.protocol.network.deletecookiesrequest.name.md) ## Protocol.Network.DeleteCookiesRequest.name property Name of the cookies to remove. <b>Signature:</b> ```typescript name: string; ```