Delete Module
Modules
Delete Module
Delete a PV module from the workspace
DELETE
Delete Module
DELETE /modules/
Permanently remove a PV module from the current workspace.Notes
- Requires a valid JWT with write access to the workspace.
module_idis the workspace-scoped sequential index.- Returns
404if no module with the given ID exists in the current workspace. - On success, returns
{"deleted": true}.
