---
title: "Delete Agent Studio Chat"
method: DELETE
path: "/me/agent-studio-chats/{run_id}"
tags: ["User API"]
---

# Delete Agent Studio Chat

`DELETE /me/agent-studio-chats/{run_id}`

Delete an agent studio chat (soft delete)

## Path parameters

- `run_id` string, required

## Response `200`

Successfully deleted agent studio chat

- AgentStudioChat
  - `run_id` string, uuid, required
  - `visibility` 'public' | 'private', required
  - `title` string, required
  - `archived` boolean
  - `deployed` boolean
  - `user_id` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `last_ran_at` string, date-time, nullable
  - `sandbox_agent_id` string, uuid, required

## Other responses

- `400` — Failed to delete agent studio chat
- `403` — You don't have permission to access this chat
- `404` — Agent studio chat not found
- `422` — Validation Error

---

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