---
title: "Delete"
method: DELETE
path: "/conversations/{id}"
tags: ["conversations"]
---

# Delete

`DELETE /conversations/{id}`

Deletes a conversation, scheduling its transcripts and audio recordings for deletion. The conversation must have ended.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ConversationsDeleteResponse200
  - `success` boolean, required — Whether the conversation was deleted successfully.

## Other responses

- `401` — Unauthorized (authentication missing or invalid)
- `403` — Forbidden
- `404` — Conversation not found
- `409` — Cannot delete an active conversation
- `500` — Internal server error

---

[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/dd8166a70626/schema)
