[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [DeleteCacheRequest](./puppeteer.protocol.cachestorage.deletecacherequest.md) > [cacheId](./puppeteer.protocol.cachestorage.deletecacherequest.cacheid.md) ## Protocol.CacheStorage.DeleteCacheRequest.cacheId property Id of cache for deletion. Signature: ```typescript cacheId: CacheId; ```