---
title: "Delete an insight"
method: DELETE
path: "/insights/v1/results/source/{sourceID}/insight/{insightKey}"
tags: ["Insights"]
---

# Delete an insight

`DELETE /insights/v1/results/source/{sourceID}/insight/{insightKey}`

Permanently deletes a single insight and all its associated resource results.
Only insights created via the public API can be deleted.

## Path parameters

- `sourceID` 'public-api', required
- `insightKey` string, required

## Response `204`

No content

## Other responses

- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `500` — Internal Server Error - Something went wrong with the DoiT API server.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
