As it was suggested in the discussion in this link (How can I remove space after `\right`?) that we maybe can not go around using \right. \left. \mright) \mleft( together. The example was given as: Here is a better example,
\begin{equation}
\begin{aligned}
4x+y-z =& \left( \int_3^7 dr+ \right. \\
& \left. y+x\mathcal{M} \right).
\end{aligned}
\end{equation}
I want to split lines and at the same time I am having extra and undesired space after the parenthesis and before the last point. How can we get rid of this space and at the same time still be capable of splitting the line starting with "(" and the one ending wih ")"

=and(in Eq. (1) is a typical problem ofalign(ed). When an alignment character follows a relation you should insert an empty group between them, i.e.={}&. Then the spacing is correct. – campa Aug 13 '15 at 14:56\left(looks better IMHO." – campa Aug 13 '15 at 15:03\kern-...). – Heiko Oberdiek Aug 13 '15 at 15:38\setlength{\nulldelimiterspace}{0pt}doesn't work for me (see here https://tex.stackexchange.com/q/693928/262813). – Vincent Krebs Aug 22 '23 at 22:44\setlength{\nulldelimiterspace}{0pt}does work. It controls the space inserted by the "invisible delimiter" introduced by\left.or\right.. Your question is referring to the side bearings of a visible glyph. That is an entirely different matter. – Heiko Oberdiek Aug 29 '23 at 20:34