Orchestrator Function: vCenter VAPI Plugin Content Library Delete

by Simon Sparks · January 17, 2026

To use this function add it to the class library file named vCenterVAPIService.ts

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: vCenterVAPIService.ts

Function ContentLibraryDelete

private ContentLibraryDelete(objVAPIClient: VAPIClient, objVAPIContentLibraryModel: com_vmware_content_library__model): void {

    let objVAPIContentLibraryLocal: com_vmware_content_local__library = new com_vmware_content_local__library(objVAPIClient);
    objVAPIContentLibraryLocal.delete(objVAPIContentLibraryModel.id);
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like