Delete Company Inspection Template Item Reference
delete_company_inspection_template_item_referencePermanently delete a specific item reference from a company inspection template. Requires company, template, and item reference IDs.
Instructions
Delete Company Inspection Template Item Reference. Use this to permanently delete the specified Inspections. This cannot be undone. Permanently removes the specified Inspections. This action cannot be undone. Required parameters: company_id, inspection_template_id, id. Procore API: Project Management > Inspections. Endpoint: DELETE /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/item_references/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| inspection_template_id | Yes | URL path parameter — the ID of the Company Inspection Template | |
| id | Yes | URL path parameter — the ID of the Company Inspection Template Item Reference |