Delete A Prime Contract Line Item
delete_a_prime_contract_line_itemDeletes a prime contract line item permanently. Verify IDs with the list tool; requires prime_contract_id, id, and project_id.
Instructions
Delete a Line Item from the Prime Contract. Confirm the target id with the matching show or list tool before calling. prime_contract_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the prime contract line item. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: prime_contract_id, id, project_id. Procore API: Construction Financials > Prime Contracts. Endpoint: DELETE /rest/v1.0/prime_contracts/{prime_contract_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Prime Contracts resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| prime_contract_id | Yes | URL path parameter — unique identifier of the prime contract |