<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/delete-conversation
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# Delete a conversation (email inboxes only)

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Delete a conversation (email inboxes only)"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/conversations/{conversation_id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Permanently delete a conversation, its messages, notes and stored attachments.

**Email inboxes only.** Every other channel keeps an immutable history on
purpose: a WhatsApp or SMS thread is a record of what was actually sent to a
customer. Email is deletable because an inbox routinely receives mail that
should never have been filed at all.

A non-email conversation answers `403` with `code: delete_not_permitted`.
This cannot be undone.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./delete-conversation.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./delete-conversation.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./delete-conversation.StatusCodes.json")}
>
  
</StatusCodes>
