[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ReleaseObjectRequest](./puppeteer.protocol.runtime.releaseobjectrequest.md) > [objectId](./puppeteer.protocol.runtime.releaseobjectrequest.objectid.md) ## Protocol.Runtime.ReleaseObjectRequest.objectId property Identifier of the object to release. Signature: ```typescript objectId: RemoteObjectId; ```