---
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

## Changes

- **2026-08-20** `8deaf289ea09` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/memory/experts/:expert_id/delete.md)

---

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