> ## 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 Weather Data

> Delete a weather data record by ID

# DELETE /weatherdata/{weather_data_id}

Permanently delete a weather data record from the workspace.

## Notes

* Requires a valid JWT with write access.
* The `weather_data_id` path parameter is the workspace-scoped integer index.
* Returns 404 if the weather data record does not exist or does not belong to the current workspace.
* Returns `{"deleted": true}` on success.

<Warning>If this weather data record is currently linked to a location, the location's weather reference will become orphaned. Verify no active locations or energy models depend on this record before deleting.</Warning>

* See `GET /weatherdata` to list existing records before deleting.
