Delete Prime Change Order Line Item
delete_prime_change_order_line_itemDelete a prime change order line item permanently. This action cannot be undone.
Instructions
Deletes a specified prime change order line item. Use this to permanently delete the specified Prime Contracts. This cannot be undone. Permanently removes the specified Prime Contracts. This action cannot be undone. Required parameters: company_id, project_id, prime_change_order_id, id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_change_orders/{prime_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. | |
| prime_change_order_id | Yes | URL path parameter — unique identifier for the Prime Change Order. | |
| id | Yes | URL path parameter — unique identifier of the Prime Contracts resource |