deleteMemberAddresses( )


Deletes a member's street addresses.

The deleteMemberAddresses() function clears the addresses array under the contact property.

Note: Only logged-in members can call this function without elevated permissions. To call this function as a different identity, elevated permissions are required.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Members
Manage Bookings Services and Settings
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the member whose street addresses will be deleted.

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