Delete Memory
Remove the singleton memory row.
After delete, the engine assembly falls back to the default in-memory backend. The reload pipeline reassembles + validates that fallback so a misconfigured agent row surfaces as a 422 rather than leaving the engine in a half-deleted state.
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Response
Successful Response
Body of a DELETE response for a singleton resource.
Singleton resources (memory, future ones) are addressed by route instead of by id, so the response carries only the deletion flag.
Reload outcome attached to every admin mutation response.
reloaded means DB committed and runtime now uses the new config.
restart_required means DB committed and process restart is needed.
reload_failed means DB rolled back and runtime is unchanged.