Delete Points

Deletes all points from a specific user

Point Definition
Select required
Default:
None

Choose the point definition you want to delete points for

User
Select required
Default:
None

The 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)

public bool RemovePoints(string userName, Platform platform, Guid pointId, long amount)
Read more in API > C# > Methods > Core > Points > Users > Remove Points