POST/data/otn/labelUnassign This API is to un-assign the label from the
business object(s).
The POST request body used for WS-NOC operations can have following fields.
The "nameSpace" can be any string and is a mandatory field. For WS-NOC, preferred
value is "NOC".
The "type" distinguishes the request type and is a mandatory field. It can have
multiple values like “newLabel” (for createLabel request), “genericObject” (for
labelAssign/labelUnassign).
The "businessObjectId" is the Id of the object and is a mandatory field. The
connection id can be obtained from 'data/otn/connections' REST call as id. The ne id
can be retrieved as 'id' from the REST call '/data/npr/nes'.
The "businessObjectType" is the type of the object and is a mandatory field. For
WS-NOC it can be “trail” or "lopc" or ”path” or ”physicalConn” or ”ne”.
The "labelNames" is the string array and is a mandatory field.