WebAuthn credential Management
Delete a WebAuthn credential from a user
DELETE
https://{tenant_id}.hanko.io/admin
/
users
/
{id}
/
webauthn_credentials
/
{credential_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Was this page helpful?