---
title: "Delete an engram"
method: DELETE
path: "/v1/memories/{id}"
tags: ["Memories"]
---

# Delete an engram

`DELETE /v1/memories/{id}`

Delete a specific engram with graph awareness. All chunks corresponding to the
engram are deleted, and graph components (entities/relationships) are updated
or deleted based on remaining chunk references from other engrams.

This method now properly handles graph components and maintains graph integrity
for search operations.

## Path parameters

- `id` string, uuid, required — Engram ID

## Response `200`

Successful Response

- NebulaResultsGenericBooleanResponse
  - `results` GenericBooleanResponse, required
    - `success` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/zeroset-inc/apis/nebula-api.md) · [All operations](https://skmtc.net/zeroset-inc/apis/nebula-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeroset-inc/nebula-api/revisions/b1da2c0bb1ae/schema)
