Remove CI Relationship

Table 1. API: Remove CI Relationship
Element Description
API Removecirealtioship
Description

This API Removes CI's relationship with other CI objects.CI ids are passed as input with whom relationship needs to be removed.

* Refer Accessibility Matrix for permission.

Method PATCH
URL Http(s)://{xx.xxxx.xx.xx:xxx}/v3/ci/ciId/{ciId}/removeCiRelationships
URL Parameters (fields in curly {} braces)
  • ciId (Mandatory): This is a unique identifier of objectid created in HCL BigFix CLM.
Body Parameters
{
"ciRelatedIds": [1,3
]
}
  • ciRelatedIds (Mandatory):CI ids associated to objectid.
Header
  • Authorization Key: The initial step that needs to be performed before consuming HCL BigFix CLM APIs is to obtain the Token Value for an authorization key. Once a Token value is obtained, it remains valid for all API calls made in a session. For more information on how to do that, refer Token API description.
  • Content-type: application/json
Response

A Sample Response:

"Success"
Response Parameters