Delete Prime Contract Line Item
delete_prime_contract_line_itemPermanently remove a prime contract line item. Provide company, project, and contract IDs. This action is irreversible.
Instructions
Deletes a specified prime contract 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_contract_id, id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_contracts/{prime_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. | |
| prime_contract_id | Yes | URL path parameter — unique identifier for the Prime Contract. | |
| id | Yes | URL path parameter — unique identifier of the Prime Contracts resource |