Remove scheduled subscription changes
Delete subscription changes scheduled to be applied at the end of the billing cycle. Use the removeScheduledProductUpdate method to remove the changes.
Parameters
Parameters
Type/Description
Response
Parameters
Type/Description
Request
<?php
require('PATH_TO_AUTH');
$subscriptionReference = 'YOUR_SUBSCRIPTION_REFERENCE';
$jsonRpcRequest = [
'method' => 'removeScheduledProductUpdate',
'params' => [$sessionID, $subscriptionReference],
'id' => $i++,
'jsonrpc' => '2.0'
];
var_dump(callRPC((object)$jsonRpcRequest, $host, true));FAQ:
Last updated
Was this helpful?