PROCEDURE DELETEAVATARIMAGE

It allows an admin system from a esport establishment to erase the avatar image representing his brandname.

This procedure must be used with the method GET.

Input parameters:

  • CyberName = License’s name for the E-Sport.
  • UserName = UserName.
  • Token = Session Token.

Example of use:

https://wingamer.ar/ApiMasterControl/DeleteAvatarImage.php?CyberName=abc&UserName=abc&Token=2323

Output:

  • Array Object [ {“ResponseClass”: “OK”} ]
  • Array Object [ {“ResponseClass”: “ERROR”, “Param1”: “error message”} ]