deleteUserProfile

abstract suspend fun deleteUserProfile(id: Uid<UserProfile>): UserProfileManagementService.DeleteUserProfileResult

Deletes the user profile with id. The active user profile cannot be deleted.

Return

DeleteUserProfileResult.Success if the user profile has been deleted. DeleteUserProfileResult.Failure if the call failed.