Skip to main content
DELETE
/
modules
/
{module_id}
Delete Module
curl --request DELETE \
  --url https://api.example.com/modules/{module_id}

DELETE /modules/

Permanently remove a PV module from the current workspace.

Notes

  • Requires a valid JWT with write access to the workspace.
  • module_id is the workspace-scoped sequential index.
  • Returns 404 if no module with the given ID exists in the current workspace.
  • On success, returns {"deleted": true}.
Deleting a module is irreversible. Ensure it is not referenced by any active energy model configurations before removing it.