put https://api.cloud.digifi.io/borrowers/accounts/delete-phone
How to remove a user's phone number.
The Delete Phone Number API verifies the passwordValidationToken
(from the Create Password Validation Token API) and removes a phone number from their account.
Example Request
Below please find the JSON body for an example request:
{
"phone": "+19172249999",
}