bulkDeleteMembers( )


Deletes multiple members by memberId.

All content created by these members is transferred to a site owner's account. For example, if Wix users had blog posts, those posts are transferred to the site owner's account, which then becomes the owner of those posts.

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
memberIdsArray<string>Required

IDs of members to be deleted.

Returns
Return Type:Promise<BulkDeleteMembersResponse>
Did this help?