[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [RemoveAttributeRequest](./puppeteer.protocol.dom.removeattributerequest.md) ## Protocol.DOM.RemoveAttributeRequest interface Signature: ```typescript export interface RemoveAttributeRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.dom.removeattributerequest.name.md) | string | Name of the attribute to remove. | | [nodeId](./puppeteer.protocol.dom.removeattributerequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the element to remove attribute from. |