Procedure DeleteBackGroundVideo

Purpose

This API delete a video from the background videos assets list for the web.

These videos are very short gameplay animations that will appear as web backbround behind everything.

Require to have “platform’s collaborator privileges”.

Must be used the method HTML GET.

Inputs:

  • CyberName = CyberName ID.
  • UserName = UserName ID.
  • Token = Session Token.
  • VideoTag = tag ID for the video.

https://wingamer.ar/ApiMasterControl/DeleteBackGroundVideo.php?CyberName=flulpycrea&UserName=admin&Token=12345&VideoTag=AAA

Output:

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