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": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Deactivate user
Deactivate user: The state of the user will be changed to 'deactivated'. The user will not be able to log in anymore. The endpoint returns an error if the user is already in the state 'deactivated'. Use deactivate ...
Delete user
Delete user: The state of the user will be changed to 'deleted'. The user will not be able to log in anymore. Endpoints requesting this user will return an error 'User not found..