---
title: "Delete an agent"
method: DELETE
path: "/assistants/{model_id}"
tags: [""]
---

# Delete an agent

`DELETE /assistants/{model_id}`

Use this endpoint to delete an agent.

## Path parameters

- `model_id` string, required — Agent ID. You can find it on the agent’s page in your dashboard.

## Headers

- `Authorization` string, required

## Response `200`

200

- DeleteAssistantResponse200
  - `status` string — Whether the request was successful.
  - `response` AssistantsModelIdDeleteResponsesContentApplicationJsonSchemaResponse
    - `answer` string

## Other responses

- `400` — 400

---

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