DELETE

Delete Member Phones


Clears a member's phone numbers.

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.

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}/phones

Path Params
idstringRequired

ID of the member whose phone numbers will be deleted.

Response Object
memberMember

Updated member.

Delete Member Phones 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?