deleteMember( )


Deletes a member.

The deleteMember() function returns a Promise that resolves to a member object when the specified member is deleted.

Note: This function permanently deletes a member. Once deleted, a member cannot be restored.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Members
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the member to delete.

Was this helpful?
Yes
No