Remove translations
Request parameters
Parameter
Type / Description
Request sample
<?php
require ('PATH_TO_AUTH');
// Promotion code corresponding to the promotion you want to remove translations from
$promotionCode = '';
$jsonRpcRequest = array (
'jsonrpc' => '2.0',
'id' => $i++,
'method' => 'deletePromotionTranslations',
'params' => array($sessionID, $promotionCode)
);
var_dump (callRPC($jsonRpcRequest, $host));Response parameters
Parameters
Type / Description
Last updated
Was this helpful?