When invitee user accepts the invitation, a connection between two users is created.
This connection can be removed and two users will be excluded from each other’s network.To remove a connection, removeUserConnection mutation should be called.
It has one required incoming parameter - userContextId which represents ID of the user context
that is associated with the user who should be removed from the current API user’s network.