delete_equipment_attachment_project_v2_0
Remove equipment attachments from projects in Procore by specifying company, project, equipment, and attachment IDs to manage project documentation.
Instructions
Delete equipment attachment (Project). [Core/Equipment] DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/attachment/{attachment_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | Equipmnet Id | |
| attachment_id | Yes | Attachment id | |
| project_id | Yes | Unique identifier for the project. | |
| company_id | Yes | Unique identifier for the company. |