Delete Contract Payment
delete_contract_paymentPermanently delete a contract payment from a Procore project. Requires the payment ID, project ID, and contract ID. This action cannot be undone.
Instructions
Deletes a specified Contract Payment. Use this to permanently delete the specified Commitments. This cannot be undone. Permanently removes the specified Commitments. This action cannot be undone. Required parameters: id, project_id, contract_id. Procore API: Construction Financials > Commitments. Endpoint: DELETE /rest/v1.0/contract_payments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| contract_id | Yes | Query string parameter — unique identifier of the contract |