Remove Organization from Channel
delete
/console/admin/api/v2/channels/{channelName}/organizations/{mspId}
Remove an organization from a channel
Request
Supported Media Types
- application/json
Path Parameters
-
channelName(required): string
the specified channel name
-
mspId(required): string
The organization ID
Response
Supported Media Types
- application/json
200 Response
Set success
Root Schema : schema
Type:
object
Example:
{
"status":"Success"
}
400 Response
Invalid arguments
401 Response
Unauthorized
500 Response
Internal server error
Default Response
Unexpected error