deleteMemberPhones( )


Clears a member's phone numbers.

The deleteMemberPhones() function returns a Promise that resolves to a member object when the specified member's phone numbers are cleared.

deleteMemberPhones() deletes all phone numbers from the contactDetails.phones array, which affects both the specified member and the attached contact.

Method Declaration
Copy
Method Parameters
idstringRequired

ID of the member whose phone numbers will be deleted.

Returns
Return Type:Promise<Member>
Was this helpful?
Yes
No