CA set
Remove-METSCASet
Synopsis
Delete a CA set.
Syntax
Remove-METSCASet -CASetName <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Remove-METSCASet -CASetID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Deletes a CA set for a given -CASetName or -CASetID.
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. | 
| ‑CASetIDConditionally required | Your CA set's ID. You typically require this or the  | 
| ‑CASetNameConditionally required | A human-readable name of the CA set. You typically require this or the  | 
| ‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to  | 
| ‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to  | 
Related Links
Updated 4 months ago
