Subscription

Synopsis

Unsubscribe to client lists.

Syntax

Remove-ClientListSubscription [-Recipients] <String[]> [-UniqueIDs] <String[]> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Unsubscribes the listed users from a set of client lists.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑Recipients
Required

Specifies the full set of email addresses, at least one, that receive notifications about any changes to the client lists specified in uniqueIds.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑UniqueIDs
Required

Specifies the full set of client list identifiers, at least one, the recipients are notified about.

Related Links