ZITADEL Docs
APIsCore ResourcesV1Organization Objects

RemoveHumanPhone

Remove User Phone (Human)

Deprecated: use user service v2 user service v2 SetPhone instead.

Remove the configured phone number of a user.

DELETE
/users/{user_id}/phone

Path Parameters

user_id*string

Response Body

application/json

application/json

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

Was this page helpful?