Delete Potential Change Order Line Item
delete_potential_change_order_line_itemPermanently remove a line item from a potential change order. This action cannot be undone. Requires potential change order ID, line item ID, and project ID.
Instructions
Delete Potential Change Order Line Item. Use this to permanently delete the specified Change Orders. This cannot be undone. Permanently removes the specified Change Orders. This action cannot be undone. Required parameters: potential_change_order_id, id, project_id. Procore API: Construction Financials > Change Orders. Endpoint: DELETE /rest/v1.0/potential_change_orders/{potential_change_order_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| potential_change_order_id | Yes | URL path parameter — potential Change Order ID | |
| id | Yes | URL path parameter — unique identifier of the Change Orders resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. |