Delete Project Vendor Insurance
delete_project_vendor_insurancePermanently delete a project vendor insurance record. Confirm the target ID with list tools first to avoid errors and ensure the correct record is removed.
Instructions
Delete the specified Project Vendor Insurance. Confirm the target id with the matching show or list tool before calling. project_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 project 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: project_id, vendor_id, id. Procore API: Core > Directory. Endpoint: DELETE /rest/v1.0/projects/{project_id}/vendors/{vendor_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| view | No | Query string parameter — extended view of data | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| project_id | Yes | URL path parameter — unique identifier for the project. |