Skip to main content
Version: 5.7.0

SysCreateSelfServiceDeletionUrlForUser

Returns self-service delete account URL that can be used to delete the specified user.

ServiceOperation
userSYS_CREATE_SELF_SERVICE_DELETION_URL_FOR_USER

Method Parameters

ParameterDescription
profileIdThe profile ID of the target user for whom the delete account URL is intended.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"url": "https://api.braincloudservers.com/self-service/delete-account?appId=13229&deletionToken=45b66a3b-84b1-4a81-9d18-ff14d9e97f8d&profileId=93293c42-7a8e-47b4-954e-553916193687"
},
"status": 200
}