---
title: "Delete Agent"
method: DELETE
path: "/studio/agents"
tags: ["AI_STUDIO"]
deprecated: true
---

# Delete Agent

`DELETE /studio/agents`

> **Deprecated.**

Deprecate an agent by removing it from production and marking as deprecated.

Service user only (public tenant) — this retires an agent for every tenant.

## Request body

- DeleteAgentRequest
  - `name` string, required

## Response `200`

Successful Response

- BaseResponse

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
