[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [DeleteCacheRequest](./puppeteer.protocol.cachestorage.deletecacherequest.md) ## Protocol.CacheStorage.DeleteCacheRequest interface Signature: ```typescript export interface DeleteCacheRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cacheId](./puppeteer.protocol.cachestorage.deletecacherequest.cacheid.md) | [CacheId](./puppeteer.protocol.cachestorage.cacheid.md) | Id of cache for deletion. |