Delete A Drawing Area
delete_a_drawing_areaPermanently delete a specified drawing area in a Procore project using its unique identifiers. This action cannot be undone.
Instructions
Delete an existing Drawing Area in the specified Project. Use this to permanently delete the specified Drawings. This cannot be undone. Permanently removes the specified Drawings. This action cannot be undone. Required parameters: project_id, id. Procore API (v1.1): Project Management > Drawings. Endpoint: DELETE /rest/v1.1/projects/{project_id}/drawing_areas/{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 for the drawing area. |