PROCEDURE SETESPORTSERASEGALERYPHOTO

It allows to an admin system from an ESport to erase a photo from his galery.

Must be specified the position within the list, starting with zero (for the first one).

This procedure must be used with the method GET.

Input parameters:

  • CyberName = License’s name for the E-Sport.
  • UserName = UserName.
  • Token = Session Token.
  • Ord = Position number within the list.

Example of use:

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

Output:

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