---
title: "Delete a run"
method: DELETE
path: "/agent/runs/{id}"
tags: ["Agent"]
---

# Delete a run

`DELETE /agent/runs/{id}`

Delete a stored Agent run.

## Path parameters

- `id` string, required — Agent run ID. New run IDs are returned with the `agent_run_` prefix.

## Response `200`

Agent run deleted

- DeleteAgentRunResponse
  - `id` string, required — Agent run ID. New run IDs are returned with the `agent_run_` prefix.
  - `object` 'agent_run.deleted', required
  - `deleted` true, required

## Other responses

- `400` — Invalid request.
- `401` — Team context or authentication was not found.
- `404` — Run not found.
- `429` — Agent run concurrency limit reached.
- `500` — Server error or run timeout.

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/versions/982a352e3781/schema)
