---
title: "Delete memory"
method: DELETE
path: "/memory/v1/{id}"
tags: ["Memory"]
---

# Delete memory

`DELETE /memory/v1/{id}`

Delete a single memory by its ID.

## Path parameters

- `id` string, required

## Response `200`

Memory deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `401` — Invalid API key
- `403` — API key does not have access to Memory service
- `404` — Memory not found
- `500` — Memory service error

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/versions/5b7e64e6d6f9/schema)
