---
title: "Delete AI agent"
method: DELETE
path: "/ai_agents/{agent_id}"
tags: ["AI Studio"]
---

# Delete AI agent

`DELETE /ai_agents/{agent_id}`

Deletes an AI agent using the provided parameters.

## Path parameters

- `agent_id` string, required

## Response `204`

A successful response with no content.

## Other responses

- `400` — An unexpected client error.
- `404` — Returned if the AI agent is not found.
- `500` — An unexpected server error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
