Delete Commitment Contract Line Item
delete_commitment_contract_line_itemPermanently remove a commitment contract line item from Procore. Provide company, project, commitment contract, and line item ID to delete it.
Instructions
Deletes a specified commitment contract line item. Use this to permanently delete the specified Commitments. This cannot be undone. Permanently removes the specified Commitments. This action cannot be undone. Required parameters: company_id, project_id, commitment_contract_id, id. Procore API (v2.0): Construction Financials > Commitments. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_contracts/{commitment_contract_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| commitment_contract_id | Yes | URL path parameter — unique identifier for the Commitment Contract. | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource |