ZITADEL Docs
APIsCore ResourcesV2User

Delete the user phone

Deprecated: Update the users phone field to remove the phone number.

Delete the phone number of a user.

DELETE
/v2/users/{user_id}/phone

Path Parameters

user_id*string

Response Body

application/json

curl -X DELETE "https://loading/v2/users/string/phone"
{
  "details": {
    "sequence": 0,
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string",
    "creationDate": "2023-01-15T01:30:15.01Z"
  }
}

Was this page helpful?