<!-- 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) > [domain](./puppeteer.protocol.network.deletecookiesrequest.domain.md) ## Protocol.Network.DeleteCookiesRequest.domain property If specified, deletes only cookies with the exact domain. <b>Signature:</b> ```typescript domain?: string; ```