Remove-NectarRoom
- 18 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Remove-NectarRoom
- Updated on 18 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?