I can successfully update the values in dropdown custom field of infusionsoft via API method below:
$values = array(‘Values’ => ‘yyyy,haha,ppp’);
$response = $app1->updateCustomField(124,$values);
But I want to remove value lets say “yyyy” or I want to add “abc” after ppp.