Dozor
User

Unregister a passkey

Same `(credentialID, userId)` scoping as rename. The account stays usable via other authenticators (OAuth, OTP) as long as at least one remains — there's no equivalent to the OAuth last-method guard here because passkey removal alone never strands a user.

DELETE/api/user/passkeys/{credentialId}

Same (credentialID, userId) scoping as rename. The account stays usable via other authenticators (OAuth, OTP) as long as at least one remains — there's no equivalent to the OAuth last-method guard here because passkey removal alone never strands a user.

Path Parameters

credentialId*string

WebAuthn credential id (base64url string)

Response Body

curl -X DELETE "https://loading/api/user/passkeys/string"
Empty
Empty
Empty