Skip to main content
Version: 5.7.0

SysDeleteUser

Delete user with option to also delete user's children.

ServiceOperation
userSYS_DELETE_USER

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": {}
}

Method Parameters

ParameterDescription
profileIdProfile ID of the user.
optionsJsonAdditional options, including 'deleteChildren' flag to also delete children of the user. Defaults to false if not specified.