Skip to main content
Version: 6.0.0

SysDeleteMyChildProfile

Deletes the current user's child profile in the specified child app. Cloud Code only.

ServiceOperation
identitySYS_DELETE_MY_CHILD_PROFILE

Method Parameters

ParameterDescription
appIdThe child app id. Also accepted as gameId for legacy compatibility.
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
}