Delete A Compliance Document.
delete_a_compliance_document_projectPermanently delete a compliance document associated with a commitment contract. Provide project, contract, and document IDs to remove the record.
Instructions
Delete the specified compliance document. Use this to permanently delete the specified Commitments. This cannot be undone. Permanently removes the specified Commitments. This action cannot be undone. Required parameters: project_id, contract_id, id. Procore API: Construction Financials > Commitments. Endpoint: DELETE /rest/v1.0/projects/{project_id}/work_order_contracts/{contract_id}/compliance_documents/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| contract_id | Yes | URL path parameter — identifier for the commitment contract | |
| id | Yes | URL path parameter — identifier for the document |