SmartMemory
DELETE
/memory/summary/{snapshot_id}

Admin-only (Codex-R4 #3). Snapshots are normally retained per Decision 4.

Path Parameters

snapshot_id*Snapshot Id

Response Body

application/json

curl -X DELETE "https://example.com/memory/summary/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}