It is not possible to remove featurebuys once they are created on game provider side (when player enters the game).

Parameters


Return Values




Array
    (
        [api_password] => xapitest
        [api_login] => xapitest
        [method] => removeFeatureBuy
        [playerids] => "220650,124144"
		[featurebuy_id] => "5bb1ba5a492f591694004d3e"
		[currency] => EUR
    )



{
	"error": 1,
	"message": "Gameprovider.removeFeatureBuy recieved invalid input:The featurebuy_id is not valid."
}


{
	"error": 0,
	"response": {
		"successfull_removals": [
			124144
		],
		"unsuccessfull_removals": [
			220650
		]
	},
	"currency": "EUR"
}