Removes a leaf.
AssetInterface $leaf The leaf to remove:
Boolean $graceful Whether the failure should return false or throw an exception:
Boolean Whether the asset has been found
\InvalidArgumentException If the asset cannot be found
public function removeLeaf(AssetInterface $leaf, $graceful = false);