Delete Direct Cost Item
delete_direct_cost_itemPermanently delete a specific Direct Cost Item and its Line Items from a project. Requires project_id and id to remove unwanted costs.
Instructions
Delete a specific Direct Cost Item and its Line Items. This action does not support concurrent requests. If there is an attempt to delete a Direct Cost that is being updated or deleted by another request, a 409 Conflict error will be returned. Use this to permanently delete the specified Direct Costs. This cannot be undone. Permanently removes the specified Direct Costs. This action cannot be undone. Required parameters: project_id, id. Procore API (v1.1): Construction Financials > Direct Costs. Endpoint: DELETE /rest/v1.1/projects/{project_id}/direct_costs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Direct Costs resource |