Delete Company Inspection Template Item
delete_company_inspection_template_itemPermanently delete an item from a company inspection template. Specify the company, template, and item IDs.
Instructions
Deletes a Company Inspection Template Item for a specified Company. 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}/items/{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 — company Inspection Template Item ID |