games.remove

Introduction

Remove selected games from your website.

Parameters

Name Type Description
gids string A comma-delimited list of game IDs to be removed from the current site
notify bool Whether or not to ping the remove-game URL

Using the PHP Library

<?php
$gids
=array(15,38);
$response=$newhaze->api->games_remove($gids,$notify);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help