---
title: "Clear agent memory"
method: DELETE
path: "/api/agents/{id}/memory"
tags: ["Agents"]
---

# Clear agent memory

`DELETE /api/agents/{id}/memory`

## Path parameters

- `id` string, required

## Response `200`

Memory cleared

- object
  - `success` boolean
  - `message` string
  - `working_memory` string
  - `updated_at` integer

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
