Record set
Synopsis
Delete a record set.
Syntax
Remove-EDNSRecordSet [-Zone] <String> [-Name] <String> [-Type] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Removes an existing record set.
You may retrieve the records you wish to delete by running Get-EdnsRecordset, filtering the output, and then piping the result to this function.
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 |
‑NameRequired | A domain name, including the parent zone. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑TypeRequired | The record set type. |
‑ZoneRequired | Your zone's name. |
Related Links
Updated 16 days ago
