Delete Inverter
Inverters
Delete Inverter
Delete an inverter from the workspace
DELETE
Delete Inverter
DELETE /inverters/
Permanently remove an inverter from the current workspace.Notes
- Requires a valid JWT with write access to the workspace.
inverter_idis the workspace-scoped sequential index.- Returns
404if no inverter with the given ID exists in the current workspace. - On success, returns
{"deleted": true}.
