Delete Requisition Compliance Document
delete_requisition_compliance_documentPermanently delete a compliance document attached to a requisition invoice. Requires company, project, invoice, and document IDs.
Instructions
Deletes the requisition compliance document Procore Pay must be enabled to use this endpoint.. Use this to permanently delete the specified Payments. This cannot be undone. Permanently removes the specified Payments. This action cannot be undone. Required parameters: company_id, project_id, invoice_id, document_id. Procore API (v2.0): Construction Financials > Payments. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/compliance/invoices/{invoice_id}/documents/{document_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| invoice_id | Yes | URL path parameter — iD of the SC Invoice | |
| document_id | Yes | URL path parameter — iD of the compliance document |