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.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Members
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the member to delete.

Was this helpful?
Yes
No