Delete Weather Log
delete_weather_log_projectPermanently delete a specific weather log entry from a Procore project. Requires project ID and log ID.
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 (v1.1): Project Management > Daily Log. Endpoint: DELETE /rest/v1.1/projects/{project_id}/daily_logs/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 — unique identifier of the Daily Log resource |