← Back to WebAuthn domain

WebAuthn.disable

Disable the WebAuthn domain.

Domain: WebAuthn experimental

Example Request

{
  "id": 1,
  "method": "WebAuthn.disable"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('WebAuthn.disable');
console.log(result);