Cmdlets for Dropbox

Build 25.0.9540

Remove-Dropbox Cmdlet

Parameters   Output Objects  

Dropbox データを削除します。

Syntax

Remove-Dropbox [parameters]

Remarks

Remove-Dropbox コマンドレットを使って、SQL DELETE ステートメントに似た構文を用いてDropbox データを削除できます。

$conn = Connect-Dropbox -OAuthClientId "clientid" -OAuthClientSecret "secret"
Remove-Dropbox -Connection $conn -Table "Files" -Id "dbid:456323434345"
Where パラメータは主キーを指定するためにも使われます。
Remove-Dropbox -Connection $conn -Table "exTablePowershell;" -Where "Id = dbid:456323434345"
主キーは、パイプライン上でコマンドレットに渡すこともできます。
Select-Dropbox -Connection $conn -Table Files -Where "ParentPath = '/Test Folder'" | Remove-Dropbox

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540