Delete Equipment (Company)
delete_equipment_companyPermanently delete equipment records for a company. Provide the company ID and list of equipment IDs to remove them irreversibly.
Instructions
Delete equipment (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: company_id, ids. Procore API (v2.0): Core > Equipment. Endpoint: DELETE /rest/v2.0/companies/{company_id}/equipment_register
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| ids | Yes | JSON request body field — a list of unique identifiers (ULIDs) for the equipment to be deleted. |