---
title: "Delete an agent"
method: DELETE
path: "/agents/{id}"
---

# Delete an agent

`DELETE /agents/{id}`

Deletes the agent and all of its runs, including their transcripts and files.

## Path parameters

- `id` string, required

## Response `204`

Agent deleted

## Other responses

- `401` — Unauthorized
- `404` — Agent not found

---

[API](https://skmtc.dev/endclose/apis/end-close-api.md) · [All operations](https://skmtc.dev/endclose/apis/end-close-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/endclose/end-close-api/revisions/2e572738191a/schema)
