Record set
Remove-EdnsRecordSet
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 |
‑Name Required |
A domain name, including the parent zone. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Type Required |
The record set type. |
‑Zone Required |
Your zone's name |
Related Links
Updated 1 day ago