DELETE

Delete Member Emails


Clears a member's email addresses.

Members are typically associated with a contact, each having a distinct member ID and contact ID. When specifying the ID as a parameter, don't presume the IDs are identical since they represent separate entities.

Note: A member can still log in with their loginEmail, which is not cleared when this method is called.

Permissions
Manage Bookings Services and Settings
Manage Challenges
Access Verticals by Automations
Set Up Automations
Manage Members
Manage Events
Manage Portfolio
Manage Restaurants - all permissions
Manage Stores
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/members/v1/members/{id}/emails

Path Params
idstringRequired

ID of the member whose email addresses will be deleted.

Response Object
memberMember

Updated member.

Delete Member Emails Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?