Skip to main content

CampaignsDeleteRequest

Properties

NameTypeDescriptionNotes
Ids[]StringThe ids of the campaigns to delete[optional]

Examples

  • Prepare the resource
$CampaignsDeleteRequest = Initialize-PSSailpoint.V3CampaignsDeleteRequest  -Ids [2c9180887335cee10173490db1776c26, 2c9180836a712436016a7125a90c0021]
  • Convert the resource to JSON
$CampaignsDeleteRequest | ConvertTo-JSON

[Back to top]