---
title: "Delete an assistant"
method: DELETE
path: "/ai/assistants/{assistant_id}"
tags: ["Assistants"]
---

# Delete an assistant

`DELETE /ai/assistants/{assistant_id}`

Delete an AI Assistant by `assistant_id`.

## Path parameters

- `assistant_id` string, required

## Response `200`

Successful Response

- AssistantDeletedResponse — Aligns with the OpenAI API: https://platform.openai.com/docs/api-reference/assistants/deleteAssistant
  - `id` string, required
  - `object` string, required
  - `deleted` boolean, required

## Other responses

- `422` — Validation Error

---

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