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

remove() public method

Allows you to remove a link/sample from a downloadable product.
public remove ( string $linkId, string $resourceType ) : Smalot\Magento\ActionInterface
$linkId string
$resourceType string
return Smalot\Magento\ActionInterface
    public function remove($linkId, $resourceType)
    {
        return $this->__createAction('product_downloadable_link.remove', func_get_args());
    }
ProductDownloadableLink