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

# Delete a CI by ID

`DELETE /cis/{ciId}`

Delete a CI using it's ID. All links that use this CI will be removed. Once deleted, the data cannot be recovered.

## Response `204`

The CI is successfully deleted.

## Other responses

- `401` — Authentication information is missing or invalid
- `403` — The server understood the request but refuses to authorize it
- `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)
