---
title: "Delete Agent by ID"
method: DELETE
path: "/agents/{agent_id}"
tags: ["Agents"]
---

# Delete Agent by ID

`DELETE /agents/{agent_id}`

Delete an agent by its unique ID.

## Path parameters

- `agent_id` string, required

## Response `200`

Successful Response

- DeleteResponse
  - `id` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scaleapi/apis/agentex-api.md) · [All operations](https://skmtc.net/scaleapi/apis/agentex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scaleapi/agentex-api/versions/8f725ddc153e/schema)
