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

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

# Delete a customer

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 customer"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/customers/{customer_id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Delete a customer.

Contacts and conversations are **unlinked**, not deleted: the message history is
a record of what was said to a real person and survives the customer record it
happened to be filed under. Object records stored under the customer (deals,
service calls…) go with it.

The response reports how many contacts and conversations were unlinked.

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

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

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

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