v1

latestOpenAPI 3.1.02026-07-2489171167.4 KB
CIs

Delete a CI Relation For a Given CI ID

Permanently deletes a CI relation for a given CI using its unique ID.

delete/cis/{ciId}/relations

Request body

targetCiIdinteger required

The ID of the linked target CI.

relationTypeIdinteger required

The unique identifier of the CI relation type.

Example request

{
  "targetCiId": 1,
  "relationTypeId": 5
}

Response

The CI relation is deleted.