Remove-NectarNumberLocation
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Remove-NectarNumberLocation
- Updated on 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Removes one or more service locations in the DID Management tool.
Syntax
Remove-NectarNumberLocation
-LocationName <String>
-TenantName <String>
-Identity <String>
Examples
Example 1
Remove-NectarNumberLocation Tokyo
Removes the Toyota location. The command will fail if the location has number ranges assigned.
Parameters
-LocationName <String>
The name of the number service location to remove.
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
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 |
-Identity <String>
The numerical ID of the number service location. Can be obtained via Get-NectarNumberLocation and pipelined to Remove-NectarNumberLocation
Parameter | Value |
---|---|
Required | false |
Position | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?