---
title: "Delete AI assistant"
method: POST
path: "/assist-ai/delete_assistant/{assistant_id}"
tags: ["Assistants"]
---

# Delete AI assistant

`POST /assist-ai/delete_assistant/{assistant_id}`

Permanently deletes an AI assistant and all associated data

## Path parameters

- `assistant_id` string, uuid, required

## Response `200`

Assistant AI deleted successfully

- object
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `500` — Internal server error

---

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