Item
Synopsis
Remove client list entries.
Syntax
Remove-ClientListItem -Name <String> -Items <Object[]> [-Operation <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Remove-ClientListItem -Name <String> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Remove-ClientListItem -ListID <String> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Remove-ClientListItem -ListID <String> -Items <Object[]> [-Operation <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Remove items from a client list. Items to be removed can be provided through the pipeline, or you can provide the entire request body. You can specify the list by its name or ID.
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. |
‑BodyConditionally required | A request body, either as a |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑ItemsConditionally required | The entry values to import into a client list. Can be an array or a comma-separated string. |
‑ListIDConditionally required | Your client list's ID. |
‑NameConditionally required | Your client list's name. |
‑Operation | Whether to |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 14 days ago
