---
title: "Delete a CI Relation For a Given CI ID"
method: DELETE
path: "/cis/{ciId}/relations"
tags: ["CIs"]
---

# Delete a CI Relation For a Given CI ID

`DELETE /cis/{ciId}/relations`

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

## Request body

- CIRelation
  - `targetCiId` integer, required — The ID of the linked target CI.
  - `relationTypeId` integer, required — The unique identifier of the CI relation type.

## Response `204`

The CI relation is deleted.

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
