Delete Work Order Contract Detail Line Item
delete_work_order_contract_detail_line_itemPermanently delete a detail line item from a work order contract. This action removes commitments and cannot be undone.
Instructions
Delete a Detail Line Item in a specific Work Order Contract. Use this to permanently delete the specified Commitments. This cannot be undone. Permanently removes the specified Commitments. This action cannot be undone. Required parameters: work_order_contract_id, id, project_id. Procore API: Construction Financials > Commitments. Endpoint: DELETE /rest/v1.0/work_order_contracts/{work_order_contract_id}/line_item_contract_details/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_order_contract_id | Yes | URL path parameter — work Order Contract ID | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. |