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

Prev Next

Removes one or more ranges from a service location in the DID Management tool.

Syntax

Remove-NectarNumberRange
  -RangeName  <String>
  -TenantName  <String>
  -Identity  <String>

Examples

Example 1

Remove-NectarNumberRange Range1

Removes the range Range1

Parameters

-RangeName <String>
The name of the number range 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 range. Can be obtained via Get-NectarNumberRange and pipelined to Remove-NectarNumberRange

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