delete_weather_log
Remove weather log entries from Procore projects by specifying project ID and log date. This tool deletes recorded weather data for construction project management.
Instructions
Delete Weather Log. [Project Management/Daily Log] DELETE /rest/v1.0/projects/{project_id}/weather_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Use log date as your ID. Format YYYYMMDD ie:20161108 |