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