delete https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id//phone/phone-number/
Removes a phone number from an Account. Specify the Account identifier and the phone number to be deleted as query parameters.
Response
Removes a phone number from an Account. Specify the Account identifier and the phone number to be deleted as query parameters.
xxxxxxxxxx
curl --request DELETE \
--url https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id/accountId/phone/phone-number/number \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": ""
}