Delete Points
Deletes all points from a specific user
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to delete points for
User
Select required
Default:
NoneThe username of the user you want to delete points from (supports variables)
platform
String required
Default:
%userType%The platform of the user you want to delete points from (supports variables)
C# Usage
public bool RemovePoints(string userName, Platform platform, Guid pointId, long amount)