Delete Weather Data
Weather Data
Delete Weather Data
Delete a weather data record by ID
DELETE
Delete Weather Data
DELETE /weatherdata/
Permanently delete a weather data record from the workspace.Notes
- Requires a valid JWT with write access.
- The
weather_data_idpath 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.
- See
GET /weatherdatato list existing records before deleting.
