claude-memory/graph/fixes/api-delete-endpoint-used-wrong-dict-key-3ec720.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

13 lines
422 B
Markdown

---
id: 3ec7209e-59ed-4111-9d6e-3fafbd2e64c6
type: fix
title: "API delete endpoint used wrong dict key"
tags: [major-domo, database, api, fix]
importance: 0.5
confidence: 0.8
created: "2026-01-28T22:07:13.021452+00:00"
updated: "2026-01-28T22:07:13.021452+00:00"
---
The delete_custom_command_endpoint was accessing existing['creator_id'] but get_custom_command_by_id() returns 'creator_db_id'. Fixed to use correct key.