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-NectarRoom

Prev Next

Deletes a Nectar monitored room

Description

Deletes a new Nectar monitored room

Syntax

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

Examples

Example 1

Get-NectarRoom -SearchQuery Boardroom | Remove-NectarRoom

Removes all rooms with the name 'Boardroom' anywhere in the name

Parameters

-ID <Int32>
The numeric ID of the room to delete. Accepts pipeline input

Parameter Value
Required false
Position 1
Required false
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