Cmdlets for Zoho Projects

Build 24.0.9060

Remove-ZohoProjects Cmdlet

Parameters   Output Objects  

Deletes Zoho Projects data.

Syntax

Remove-ZohoProjects [parameters]

Remarks

The Remove-ZohoProjects cmdlet allows you to use a syntax similar to SQL DELETE statements to delete Zoho Projects data.

$conn = Connect-ZohoProjects
Remove-ZohoProjects -Connection $conn -Table "Portals" -Id "6"
The Where parameter can also be used to specify the primary key:
Remove-ZohoProjects -Connection $conn -Table "exTablePowershell;" -Where "Id = 6"
The primary key can also be passed to the cmdlet along the pipeline:
Select-ZohoProjects -Connection $conn -Table Portals -Where "Id = '123456'" | Remove-ZohoProjects

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060