> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Inverter

> Delete an inverter from the workspace

# DELETE /inverters/{inverter_id}

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}`.

<Warning>
  Deleting an inverter is irreversible. Ensure it is not referenced by any active energy model configurations before removing it.
</Warning>
