Disassociate Equipment With Project (Project)
disassociate_equipment_with_project_projectPermanently remove specified equipment records from a project. Supply project_id, company_id, and a list of equipment IDs to disassociate.
Instructions
Disassociate equipment with project (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: project_id, company_id, ids. Procore API (v2.0): Core > Equipment. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/associate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — the Id of the project | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| ids | Yes | JSON request body field — a list of unique identifiers for the equipment to be associated/dissociated with the project. |