Delete Equipment Category (Company)
delete_equipment_category_companyPermanently delete an equipment category from a company using the Procore API. Specify the category and company IDs to remove the record.
Instructions
Delete equipment category (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: category_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: DELETE /rest/v2.0/companies/{company_id}/equipment_register_categories/{category_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | URL path parameter — unique identifier of the category | |
| company_id | Yes | URL path parameter — unique identifier for the company. |