Delete Contract Compliance Document
delete_contract_compliance_documentPermanently delete a contract compliance document in Procore by providing company, project, contract, and document IDs. Confirm IDs with list or show tools first; this action is irreversible.
Instructions
Deletes a contract compliance document Procore Pay must be enabled to use this endpoint.. Confirm the target id with the matching show or list tool before calling. company_id and project_id default to the values set by procore_set_config when omitted, and contract_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the contract compliance document. 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: company_id, project_id, contract_id, id. Procore API (v2.0): Construction Financials > Payments. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/compliance/contracts/{contract_id}/documents/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the compliance document | |
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| contract_id | Yes | URL path parameter — unique identifier of the contract |