Smalot\Magento\Catalog\ProductAttribute::removeOption PHP Method

removeOption() public method

Allows you to remove the option for an attribute.
public removeOption ( string $attribute, string $optionId ) : Smalot\Magento\ActionInterface
$attribute string
$optionId string
return Smalot\Magento\ActionInterface
    public function removeOption($attribute, $optionId)
    {
        return $this->__createAction('product_attribute.removeOption', func_get_args());
    }