---
title: "Cancel"
method: POST
path: "/conversations/{id}/cancel"
tags: ["conversations"]
---

# Cancel

`POST /conversations/{id}/cancel`

Cancels an active conversation.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ConversationsCancelResponse200
  - `success` boolean, required — Whether the conversation was cancelled successfully.

## Other responses

- `401` — Unauthorized (authentication missing or invalid)
- `403` — Forbidden
- `404` — Conversation not found
- `409` — Conversation already ended
- `500` — Internal server error
- `504` — Cancellation timeout

---

[API](https://skmtc.net/phonic/apis/api-reference.md) · [All operations](https://skmtc.net/phonic/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonic/api-reference/revisions/7f8c81a5a990/schema)
