delete_drawing_upload_v1_1
Remove uploaded drawings from Procore projects to manage construction documentation. Specify project and drawing IDs to delete specific uploads.
Instructions
Delete drawing upload. [Project Management/Drawings] DELETE /rest/v1.1/projects/{project_id}/drawing_uploads/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Drawing Upload ID | |
| project_id | Yes | Unique identifier for the project. | |
| view | No | Specifies the level of detail returned in the response. The 'with_drawing_log_imports' view provides additional data as shown below. The 'normal' view is the default if not specified. |