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

422 B

id type title tags importance confidence created updated
3ec7209e-59ed-4111-9d6e-3fafbd2e64c6 fix API delete endpoint used wrong dict key
major-domo
database
api
fix
0.5 0.8 2026-01-28T22:07:13.021452+00:00 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.