v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB
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

successboolean

Whether the credential was successfully deleted

Example response

{
  "success": true,
  "unknown_credential_options": {
    "credential_id": "cred_abc123",
    "rp_id": "example.com"
  }
}