PayPal\Api\PatchRequest::removePatch PHP Method

removePatch() public method

Remove Patches from the list.
public removePatch ( Patch $patch )
$patch Patch
    public function removePatch($patch)
    {
        return $this->setPatches(array_diff($this->getPatches(), array($patch)));
    }