---
title: "Reset organization data"
method: POST
path: "/v3/settings/reset"
tags: ["Settings"]
---

# Reset organization data

`POST /v3/settings/reset`

Reset organization content: removes documents, memories, spaces (except default project), connections, and org settings. Preserves the org, members, and billing.

## Request body

- object
  - `confirmation` string, required

## Response `200`

Organization reset completed

- object
  - `success` true, required
  - `deletedConnections` number, required
  - `deletedDocumentBatches` number, required
  - `deletedDocumentsApprox` number, required
  - `deletedMemoryRows` number, required
  - `deletedExtraSpaces` number, required
  - `clearedDefaultSpaceContext` boolean, required
  - `clearedBrainMemoryRegistry` boolean, required
  - `settingsReset` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

## Changes

- **2026-07-26** `9a2008ad4ee5` — 1 info
  - added the required property `clearedBrainMemoryRegistry` to the response with the `200` status

[Change history](https://skmtc.dev/supermemory/apis/supermemory-api/changes/v3/settings/reset/post.md)

---

[API](https://skmtc.dev/supermemory/apis/supermemory-api.md) · [All operations](https://skmtc.dev/supermemory/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supermemory/supermemory-api/revisions/b8c2dbc8f2b5/schema)
