Delete Commitment Change Order Line Item
delete_commitment_change_order_line_itemPermanently delete a specified commitment change order line item. Provide company, project, change order, and line item IDs. This action cannot be undone.
Instructions
Deletes a specified commitment change order 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_change_order_id, id. Procore API (v2.0): Construction Financials > Commitments. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_change_orders/{commitment_change_order_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_change_order_id | Yes | URL path parameter — unique identifier for the Commitment Change Order. | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource |