Remove Current Project (Project)
remove_current_project_projectPermanently remove the current project association from an equipment record. Provide equipment, project, and company IDs to delete. This action is irreversible.
Instructions
Remove current 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: equipment_id, project_id, company_id. Procore API (v2.1): Core > Equipment. Endpoint: DELETE /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/current_project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| project_id | Yes | URL path parameter — the Id of the project | |
| company_id | Yes | URL path parameter — unique identifier for the company. |