---
title: "Delete a memory"
method: DELETE
path: "/memories/{memory_id}"
tags: ["memories"]
---

# Delete a memory

`DELETE /memories/{memory_id}`

Delete a memory by its ID.

## Path parameters

- `memory_id` string, required — The ID of the memory to delete

## Query parameters

- `space_id` string, nullable — Space ID for space-scoped deletion

## Response `204`

Memory deleted successfully

## Other responses

- `401` — Unauthorized
- `413` — Request Entity Too Large
- `422` — Validation Error

---

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