Delete Standard Cost Code (Deprecated)
delete_standard_cost_codeDeletes a standard cost code from the company's cost code list. Requires id and company_id and permanently removes the code.
Instructions
Delete a Standard Cost Code for ERP integrated companies and standard cost code lists. Deprecation Note: Please find the replacement endpoint in the Work Breakdown Structure documents. This endpoint will be replaced with the Delete Company Segment Item Endpoint. DEPRECATED: Procore has deprecated this endpoint (as of 2022-03-31). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Confirm the target id with the matching show or list tool before calling. id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the standard cost code. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, company_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v1.0/standard_cost_codes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. |