Delete Drawing Upload
delete_drawing_uploadPermanently delete an unreviewed drawing upload from a Procore project using its ID and project ID. This action cannot be undone.
Instructions
Delete an unreviewed Drawing Upload. Use this to permanently delete the specified Drawings. This cannot be undone. Permanently removes the specified Drawings. This action cannot be undone. Required parameters: id, project_id. Procore API (v1.1): Project Management > Drawings. Endpoint: DELETE /rest/v1.1/projects/{project_id}/drawing_uploads/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Drawings resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| view | No | Query string parameter — 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. |