---
title: "Delete Run Route"
method: DELETE
path: "/api/threads/{thread_id}/runs/{run_id}"
tags: ["run"]
---

# Delete Run Route

`DELETE /api/threads/{thread_id}/runs/{run_id}`

Deletes a run by ID.

## Path parameters

- `run_id` string, uuid, required
- `thread_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/cleanlab/apis/agility.md) · [All operations](https://skmtc.dev/cleanlab/apis/agility/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleanlab/agility/revisions/9e6009a931b6/schema)
