--- 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.