---
title: "Delete an Agent."
method: POST
path: "/v1/agents/{id}/delete"
tags: ["agents"]
---

# Delete an Agent.

`POST /v1/agents/{id}/delete`

Delete an Agent by its unique identifier. The Agent will be permanently removed.

## Path parameters

- `id` string, required

## Response `200`

Agent deleted successfully.

- EmptyRecord

## Other responses

- `401` — Unauthorized. Invalid or missing authentication.
- `403` — Forbidden. Account does not have devbox capability.
- `404` — Agent not found.
- `500` — Internal server error.

## Changes

- **2026-04-03** `b0d4f639559e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/agents/:id/delete/post.md)

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/e9dc776053e4/schema)
