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

remove() public method

Allows you to remove the product link from a specific product.
public remove ( string $type, string $productId, string $linkedProductId, string $identifierType = null ) : Smalot\Magento\ActionInterface
$type string
$productId string
$linkedProductId string
$identifierType string
return Smalot\Magento\ActionInterface
    public function remove($type, $productId, $linkedProductId, $identifierType = null)
    {
        return $this->__createAction('catalog_product_link.remove', func_get_args());
    }