Delete Equipment Attachment (Project)
delete_equipment_attachment_projectPermanently remove an attachment from equipment in a Procore project. Use this action to delete the specified attachment; it cannot be undone.
Instructions
Delete equipment attachment (Project). Use this to permanently delete the specified Equipment records. This cannot be undone. Permanently removes the specified Equipment records. This action cannot be undone. Required parameters: equipment_id, attachment_id, project_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: 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 | URL path parameter — unique identifier of the equipment | |
| attachment_id | Yes | URL path parameter — unique identifier of the attachment | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. |