---
title: "Close conversation"
method: PUT
path: "/beta/conversations/{conversationId}/close"
tags: ["Conversations", "Chatbots"]
---

# Close conversation

`PUT /beta/conversations/{conversationId}/close`

Mark a conversation as closed by providing its id.

## Path parameters

- `conversationId` integer, required

## Request body

- CloseConversationInput
  - `userId` string, uuid

## Response `204`

The conversation was successfully closed

## Other responses

- `400` — Invalid value for: path parameter conversationId, Invalid value extracted from request context, Invalid value for: body, User not found, User is not agent/admin
- `404` — An entity in this request could not be found

---

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