---
title: "Erase My Expert Memory"
method: DELETE
path: "/api/memory/experts/{expert_id}"
tags: ["v2", "memory", "memory", "private"]
---

# Erase My Expert Memory

`DELETE /api/memory/experts/{expert_id}`

Permanently erase one expert's entire isolated memory.

## Path parameters

- `expert_id` string, required — Expert id owned by the caller

## Response `200`

Successful Response

- EraseMemoryResponse — Result of a scope wipe. ``deleted_nodes`` counts every node removed — entities, episodes (raw text included), and communities.
  - `expert_id` string, nullable
  - `deleted_nodes` integer, required
  - `erased` boolean, required

## Other responses

- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/2f82328f5184/schema)
