Delete Cost Item
delete_cost_itemPermanently deletes a cost catalog item using its item ID and company ID. Removes the specified record from Procore's Cost Catalog without recovery.
Instructions
Delete Cost Item. Use this to permanently delete the specified Cost Catalog records. This cannot be undone. Permanently removes the specified Cost Catalog records. This action cannot be undone. Required parameters: item_id, company_id. Procore API (v2.0): Preconstruction > Cost Catalog. Endpoint: DELETE /rest/v2.0/companies/{company_id}/estimating/catalogs/items/{item_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | URL path parameter — unique identifier of the item | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. |