Subscription

Remove-NetworkListSubscription

Synopsis

Unsubscribe to network lists.

Syntax

Remove-NetworkListSubscription [-Recipients] <String> [-UniquedIDs] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Unsubscribes the listed users from a set of network 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

A full set of email addresses, at least one, that receive notifications about any changes to the network lists specified in -UniquedIDs.

‑Section

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

‑UniquedIDs
Required

A full set of network list identifiers, at least one, the recipients are notified about.

Related Links