[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [DeleteEntryRequest](./puppeteer.protocol.cachestorage.deleteentryrequest.md) ## Protocol.CacheStorage.DeleteEntryRequest interface Signature: ```typescript export interface DeleteEntryRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cacheId](./puppeteer.protocol.cachestorage.deleteentryrequest.cacheid.md) | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | Id of cache where the entry will be deleted. | | [request](./puppeteer.protocol.cachestorage.deleteentryrequest.request.md) | string | URL spec of the request. |