Proxy zone

Synopsis

Submit a bulk proxy zone delete request.

Syntax

Remove-EDNSProxyZone [-ProxyID] <String> [-BypassSafetyChecks] [-ProxyZones] <String[]> [[-Comment] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Submits a request to delete one or more proxy zones asynchronously.

Each element in the response array is the name of a proxy zone to be deleted.

Before deleting a zone from the Edge DNS system, the API makes sure Akamai servers aren't receiving DNS requests for that proxy zone.

It also checks that the proxy zone isn't currently delegated to Akamai's name servers.

An offline task deletes the proxy zones.

The result of this operation is a requestId, which you can use to check the task's status and view its results once it completes.

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.

‑BypassSafetyChecks

Disables the delegation checks and deletes the zones as soon as possible.

‑Comment

Free-form user comments.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑ProxyID
Required

The proxy ID you're working with.

‑ProxyZones
Alias: ‑name
Required

Proxy zone names.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

Related Links