---
title: "Delete an agent"
method: DELETE
path: "/public/v1/agents/{agentId}"
tags: ["Agent Builder"]
---

# Delete an agent

`DELETE /public/v1/agents/{agentId}`

Soft deletes an agent using the assistant manager. Requires a USER API key.

## Path parameters

- `agentId` string, required

## Response `204`

Agent deleted

## Other responses

- `404` — Not Found

---

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