Delete Weather Log
delete_weather_log_project_v1_0Permanently delete a single weather log from a Procore project. Specify the project ID and log date to remove the record irrevocably.
Instructions
Delete single Weather Log. Use this to permanently delete the specified Daily Log records. This cannot be undone. Permanently removes the specified Daily Log records. This action cannot be undone. Required parameters: project_id, id. Procore API: Project Management > Daily Log. Endpoint: DELETE /rest/v1.0/projects/{project_id}/weather_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — use log date as your ID. Format YYYYMMDD ie:20161108 |