POST

Disconnect Member


Disconnects a member.

A disconnected member can't log in to members-only pages, and the member isn't visible in the dashboard.

Note: This action is irreversible. To connect the same member again, you have to create a member with a new slug.

Authentication

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

Permissions
Manage Challenges
Manage Members
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/members/v1/members/{id}/disconnect

Path Params
idstringRequired

ID of a member to disconnect.

Response Object
memberMember

Disconnected member.

Disconnect Member
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?