Smalot\Magento\Catalog\ProductCustomOption::remove PHP Method

remove() public method

Allows you to remove a custom option from the product.
public remove ( string $optionId ) : Smalot\Magento\ActionInterface
$optionId string
return Smalot\Magento\ActionInterface
    public function remove($optionId)
    {
        return $this->__createAction('product_custom_option.remove', func_get_args());
    }