[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAuthn](./puppeteer.protocol.webauthn.md) > [RemoveCredentialRequest](./puppeteer.protocol.webauthn.removecredentialrequest.md) ## Protocol.WebAuthn.RemoveCredentialRequest interface Signature: ```typescript export interface RemoveCredentialRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [authenticatorId](./puppeteer.protocol.webauthn.removecredentialrequest.authenticatorid.md) | [AuthenticatorId](./puppeteer.protocol.webauthn.authenticatorid.md) | | | [credentialId](./puppeteer.protocol.webauthn.removecredentialrequest.credentialid.md) | string | |