---
title: "Delete an assistant"
method: DELETE
path: "/v0/assistant/{assistant_id}"
tags: ["Assistant Management"]
---

# Delete an assistant

`DELETE /v0/assistant/{assistant_id}`

Deletes a specific assistant by ID for the authenticated user.

## Path parameters

- `assistant_id` integer, required

## Response `200`

Assistant deleted successfully

- InfoResponseStr
  - `info` string, required

## Other responses

- `404` — Assistant Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
