Skip to main content
Version: 6.0.0

SysDeleteChildProfile

Deletes a specified user's child profile in the given child app. Invalidates any active sessions for the child profile before deletion. Also deletes any descendants of the child profile.

ServiceOperation
identitySYS_DELETE_CHILD_PROFILE

Method Parameters

ParameterDescription
appIdThe child app id. Also accepted as gameId for legacy compatibility.
parentProfileIdThe parent profile id.
profileIdThe child profile id to delete. If omitted, the singleton child profile is used.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"profileId": "the-child-profile-id",
"appId": "the-child-app-id"
},
"status": 200
}