Delete Work Order Contract Line Item
delete_work_order_contract_line_itemPermanently delete a commitment line item from a work order contract. Provide project ID, contract ID, and line item ID. This action cannot be undone.
Instructions
Delete a 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_items/{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. |