diff --git a/Dalamud/Plugin/Internal/PluginManager.cs b/Dalamud/Plugin/Internal/PluginManager.cs
index 455074b7f..5f1165742 100644
--- a/Dalamud/Plugin/Internal/PluginManager.cs
+++ b/Dalamud/Plugin/Internal/PluginManager.cs
@@ -714,12 +714,10 @@ namespace Dalamud.Plugin.Internal
}
///
- /// Update a single plugin, provided a valid .
+ /// Unload the plugin, delete its configuration, and reload it.
///
- /// The available plugin update.
- /// Whether to notify that installed plugins have changed afterwards.
- /// Whether or not to actually perform the update, or just indicate success.
- /// The status of the update.
+ /// The plugin.
+ /// Throws if the plugin is still loading/unloading.
public void DeleteConfiguration(LocalPlugin plugin)
{
if (plugin.State == PluginState.InProgress)