Smalot\Magento\Order\OrderShipment::removeTrack PHP Method

removeTrack() public method

Allows you to remove a tracking number from the order shipment.
public removeTrack ( string $shipmentIncrementId, string $trackId ) : Smalot\Magento\ActionInterface
$shipmentIncrementId string
$trackId string
return Smalot\Magento\ActionInterface
    public function removeTrack($shipmentIncrementId, $trackId)
    {
        return $this->__createAction('order_shipment.removeTrack', func_get_args());
    }