deleteMemberAddresses( )


Deletes a member's street addresses.

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

deleteMemberAddresses() deletes all addresses in the contactDetails.addresses array, which affects both the specified member and the attached contact.

Method Declaration
Copy
Method Parameters
idstringRequired

ID of the member whose street addresses will be deleted.

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