Network list
Remove-NetworkList
Synopsis
Delete a network list.
Syntax
Remove-NetworkList [-NetworkListID] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Removes a network list. You can only remove network lists that have never been activated. To deactivate a list, you can empty its list
of elements by running the Remove-NetworkListElement
operation.
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 |
‑NetworkListID Required |
Your network list's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 11 days ago