---
title: "Delete a memory entry the caller can access"
method: DELETE
path: "/api/v1/memories/{id}"
tags: ["memory"]
---

# Delete a memory entry the caller can access

`DELETE /api/v1/memories/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

- MemoryDeleteResponseDTO
  - `id` string, uuid, required — Id of the deleted memory entry

---

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