---
title: "DELETE /assistants/{assistantId}"
method: DELETE
path: "/assistants/{assistantId}"
---

# DELETE /assistants/{assistantId}

`DELETE /assistants/{assistantId}`

Deletes an assistant.

## Path parameters

- `assistantId` string, required

## Response `200`

Status information about the requested deletion operation.

- AssistantDeletionStatus — The status of an assistant deletion operation.
  - `id` string, required — The ID of the resource specified for deletion.
  - `deleted` boolean, required — A value indicating whether deletion was successful.
  - `object` 'assistant.deleted', required — The object type, which is always 'assistant.deleted'.

---

[API](https://skmtc.net/azure/apis/ai-openai-assistants-openapiv2.md) · [All operations](https://skmtc.net/azure/apis/ai-openai-assistants-openapiv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/ai-openai-assistants-openapiv2/versions/453a64f820f0/schema)
