---
title: "Delete conversation"
method: DELETE
path: "/conversations/{conversation_id}"
tags: ["Conversations"]
---

# Delete conversation

`DELETE /conversations/{conversation_id}`

Permanently delete a conversation. The conversation must have status "trashed"
(in the trash) before it can be permanently deleted. This action cannot be undone.


Required scope: `conversations:delete`

## Path parameters

- `conversation_id` string, required

## Response `204`

No content

## Other responses

- `400` — Conversation must have status "trashed" before it can be permanently deleted
- `403` — Token lacks the required `conversations:delete` scope
- `404` — Conversation not found

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
