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

Prev Next

Remove a Nectar token

Syntax

Remove-NectarToken
  -RefreshToken  <String>

Examples

Example 1

Remove-NectarToken -AccessToken fd173c75-891c-4357-b5a3-0855c2a56299

Example 2

Get-NectarToken | Where-Object {$_.Name -eq 'Testing'} | Remove-NectarToken

Parameters

-RefreshToken <String>
The GUID of a refresh token to remove.

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