---
title: "Delete Memory"
method: DELETE
path: "/memories/{memory_id}"
---

# Delete Memory

`DELETE /memories/{memory_id}`

Delete a memory permanently.

Args:
    memory_id: ID of the memory to delete.
    authorized_user: Authorized user with organization context.

Returns:
    Success response with memory ID.

Raises:
    HTTPException: If memory not found or not authorized.

## Path parameters

- `memory_id` string, required

## Response `200`

Successful Response

- DeleteMemoryResponse — Response for deleting a memory.
  - `message` string, required — Success message
  - `memory_id` string, required — ID of the deleted memory

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
