---
title: "Delete an agent"
method: DELETE
path: "/api/agents/{agent_id}"
tags: ["Agents"]
---

# Delete an agent

`DELETE /api/agents/{agent_id}`

## Path parameters

- `agent_id` string, required

## Response `200`

Deleted

## Other responses

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

---

[API](https://skmtc.net/litellm-agent-platform/apis/litellm-agent-platform-api.md) · [All operations](https://skmtc.net/litellm-agent-platform/apis/litellm-agent-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litellm-agent-platform/litellm-agent-platform-api/versions/92039c29a228/schema)
