Delete Equipment Model (Company)
delete_equipment_model_companyPermanently remove an equipment model record from a company. Uses model_id and company_id to delete the specified equipment model.
Instructions
Delete equipment model (Company). 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: model_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: DELETE /rest/v2.0/companies/{company_id}/equipment_register_models/{model_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | URL path parameter — unique identifier of the model | |
| company_id | Yes | URL path parameter — unique identifier for the company. |