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

# Delete a conversation

`DELETE /ai/conversations/{conversation_id}`

Delete a specific conversation by its ID.

## Path parameters

- `conversation_id` string, required

## Response `200`

Successful Response

## Other responses

- `404` — Conversation Not Found
- `422` — Validation Error

---

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