Skip to main content
DELETE
/
inverters
/
{inverter_id}
Delete Inverter
curl --request DELETE \
  --url https://api.example.com/inverters/{inverter_id}

DELETE /inverters/

Permanently remove an inverter from the current workspace.

Notes

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