diff --git a/content/lua.api.manual/darktable/darktable.destroy_storage.md b/content/lua.api.manual/darktable/darktable.destroy_storage.md new file mode 100644 index 0000000..fb83d6b --- /dev/null +++ b/content/lua.api.manual/darktable/darktable.destroy_storage.md @@ -0,0 +1,17 @@ +--- +title: darktable.destroy_storage +id: darktable.destroy_storage +weight: 211 +draft: false +author: "people" +--- + +``` +function( + plugin_name : string +) +``` + +This function will destroy a storage created by darktable.register_storage. + +* **plugin_name** - _string_ - The name of the plugin to destroy.