Documentation Index

Fetch the complete documentation index at: https://support.nectarcorp.com/llms.txt

Use this file to discover all available pages before exploring further.

Remove-NectarReport

Prev Next

Removes a report from Nectar DXP

Syntax

Remove-NectarReport
  -ID  <Int32>
  -TenantName  <String>

Examples

Example 1

Get-NectarReport -SearchQuery 'Test' | Remove-NectarReport

Removes all reports that contain the word 'Test' in the name/description etc

Parameters

-ID <Int32>
The ID of the report to delete. Can be passed from Get-NectarReport

Parameter Value
Required true
Position 1
Required true
Default Value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.

Parameter Value
Required false
Position 2
Required false
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false