---
title: "Delete Dismissed Risk Label"
method: DELETE
path: "/internal/risk-labeling/labels/{risk_id}"
tags: ["internal"]
---

# Delete Dismissed Risk Label

`DELETE /internal/risk-labeling/labels/{risk_id}`

Remove a label, returning the risk to the queue.

The only correction path, and deliberately the only one: relabeling goes back
through the queue with the document on screen, rather than editing a category
from a table row where there is nothing to check the new verdict against.
Also what backs undo, so a mis-keyed verdict never lands in the eval set.

## Path parameters

- `risk_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
