Remove-NectarToken
    • 20 Aug 2024
    • 1 Minute to read
    • Dark
      Light
    • PDF

    Remove-NectarToken

    • Dark
      Light
    • PDF

    Article summary

    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.

    ParameterValue
    Requiredtrue
    Position1
    Requiredtrue
    Default ValueNone
    Accept pipeline input?true (ByPropertyName)
    Accept wildcard characters?false

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence