ZITADEL Docs
APIsCore ResourcesV1Organization Objects

RemoveHumanPasswordless

Delete Passkey

Deprecated: use user service v2 RemovePasskey instead.

Remove a configured passkey authentication method from the user. (e.g FaceID, FingerScane, WindowsHello, etc.).

DELETE
/users/{user_id}/passwordless/{token_id}

Path Parameters

user_id*string
token_id*string

Response Body

application/json

application/json

curl -X DELETE "https://loading/users/string/passwordless/string"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?