<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/delete-ai-agent
Last modified: 2026-08-20T20:52:05.000Z

# Delete an AI agent

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 an AI agent"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/ai-agents/{profile_id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Deletes the AI profile and deactivates the agent record fronting it. Conversations it handled keep their history; the seat is released at the next billing cycle.

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

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

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

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