<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [DeleteCookiesRequest](./puppeteer.protocol.network.deletecookiesrequest.md) &gt; [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;
```