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

Prev Next

Remove a Nectar DXP endpoint

Syntax

Remove-NectarEndpoint
  -ID  <String>
  -UUID  <String>
  -TenantName  <String>

Examples

Example 1

Get-NectarEndpoint -SearchQuery tferguson | Remove-NectarEndpoint

Removes the endpoint associated with 'tferguson'

Parameters

-ID <String>
The ID of the endpoint to remove. Both ID and UUID are required for deletion.

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

-UUID <String>
The UUID of the endpoint to remove. Both ID and UUID are required for deletion.

Parameter Value
Required true
Position 2
Required true
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 3
Required false
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false