# Close conversation

**POST** `/conversations/{id}/close`

Closes the active session for the conversation

Authentication: bearerAuth
Required scopes: `conversation:close`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Close a conversation in scope.

## Parameters

- `id` (path string, required)

## Responses

- `200`: Conversation closed
- `default`: Error
