---
title: "Delete Chat"
method: DELETE
path: "/v1/replica/{id}/chats/{chatId}"
tags: ["Replica"]
---

# Delete Chat

`DELETE /v1/replica/{id}/chats/{chatId}`

Deletes a chat session from a replica.

## Path parameters

- `id` string, uuid, required
- `chatId` string, required

## Response `200`

Chat deleted successfully

- object
  - `success` boolean, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Resource not found
- `500` — Internal server error

---

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