Skip to content

Disconnect SendDrop

tsubotitsch edited this page Apr 12, 2026 · 1 revision

Disconnect-SendDrop

SYNOPSIS

Disconnects from the SendDrop API session.

SYNTAX

Disconnect-SendDrop [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Disconnect-SendDrop function clears the stored SendDrop Bearer Token and API URI from the current PowerShell session. After calling this function, subsequent SendDrop API calls require reconnecting with Connect-SendDrop.

EXAMPLES

EXAMPLE 1

Disconnect-SendDrop

Disconnects the current SendDrop API session.

PARAMETERS

-Confirm

Prompts for confirmation before disconnecting.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

This function does not revoke the token on the SendDrop server. It only clears locally stored session data.

RELATED LINKS

Clone this wiki locally