Consider there are three organizations on the channel and one of them are no longer in business with the other two.
I found there's way to revoke the user certificates from accessing, but no way to remove (reject) peer from existing channel.
Consider there are three organizations on the channel and one of them are no longer in business with the other two.
I found there's way to revoke the user certificates from accessing, but no way to remove (reject) peer from existing channel.
In fabric 1.1, they introduced the configtxlator tool in order to simplify the management of organisations on an already deployed network. You can retrieve the current configuration, change it and it computes a config delta and create a channel update transaction.
There is a tutorial from IBM, which explains how to add a new organisation. Probably you can work from this to find how to remove an org. https://www.ibm.com/developerworks/cloud/library/cl-add-an-organization-to-your-hyperledger-fabric-blockchain/index.html