Delete Project Vendor Insurance
delete_project_vendor_insurancePermanently remove a vendor's insurance record from a Procore project. Requires project, vendor, and insurance IDs.
Instructions
Delete the specified Project Vendor Insurance. Use this to permanently delete the specified Directory records. This cannot be undone. Permanently removes the specified Directory records. This action cannot be undone. 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 |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| view | No | Query string parameter — extended view of data |