Passkeys
Remove a passkey
Deletes a specific passkey credential for the current user. After removal, the authenticator can no longer be used for authentication.
delete/api/v1/webauthn/credentials/{credential_id}
Path parameters
credential_idstring required
The credential ID to delete
Response
Passkey successfully deleted
Example response
{
"success": true,
"unknown_credential_options": {
"credential_id": "cred_abc123",
"rp_id": "example.com"
}
}