---
title: "Delete an Insight"
method: DELETE
path: "/governance/insights/{id}"
tags: ["Governance"]
---

# Delete an Insight

`DELETE /governance/insights/{id}`

Deletes a specific insight by ID

## Path parameters

- `id` string, required

## Response `204`

Insight deleted successfully

## Other responses

- `400` — Bad request - missing required parameters
- `401` — Unauthorized
- `404` — Insight not found
- `500` — Internal server error

---

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