Remove an Organization from a 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
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