unassignMspOrg
PUT https://{{host}}/api/v1/msps/:msp_id/orgs
Body Parameters
Parameter | Type | Description |
---|---|---|
op | string | unassign |
org_ids | list | list of org_id |
Request Body
{"op"=>"unassign", "org_ids"=>["2818e386-8dec-2562-9ede-5b8a0fbbdc71"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |