RemovePhone
Delete the user phone
Deprecated: Update the users phone field to remove the phone number.
Delete the phone number of a user.
curl -X DELETE "https://loading/v2/users/string/phone"{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?