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

# 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.dev/synthflow/apis/platform-api.md) · [All operations](https://skmtc.dev/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synthflow/platform-api/revisions/6976456ad422/schema)
