Delete Company Vendor Insurance
delete_company_vendor_insurancePermanently delete a vendor's insurance record for a company using company_id, vendor_id, and id. This action is irreversible and removes the entry from the directory.
Instructions
Delete the specified Company Vendor Insurance. Confirm the target id with the matching show or list tool before calling. company_id defaults to the value set by procore_set_config when omitted, and vendor_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the company vendor insurance. 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, vendor_id, id. Procore API: Core > Directory. Endpoint: DELETE /rest/v1.0/companies/{company_id}/vendors/{vendor_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| company_id | Yes | URL path parameter — unique identifier for the company. |