---
title: "Delete the Chat and the conversations associated with it"
method: POST
path: "/v1/agent/chat/delete"
tags: ["AI Agent"]
---

# Delete the Chat and the conversations associated with it

`POST /v1/agent/chat/delete`

Delete the chat for the specified ids

## Request body

- AgentChatDeleteRequest
  - `chat_ids` string[] — List of chat IDs to be deleted
  - `tenant_id` string — ID of the tenant

## Response `200`

Deleted

- AgentChatDeleteResponse
  - `results` object — Map from identifier to response model

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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