Cmdlets for Twitter Ads

Build 24.0.8963

Remove-TwitterAds Cmdlet

Parameters   Output Objects  

Deletes Twitter Ads data.

Syntax

Remove-TwitterAds [parameters]

Remarks

The Remove-TwitterAds cmdlet allows you to use a syntax similar to SQL DELETE statements to delete Twitter Ads data.

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

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