Edge hostname

Remove-EdgeHostname

Synopsis

Delete an edge hostname.

Syntax

Remove-EdgeHostname [-RecordName] <String> [-DNSZone] <String> [[-Comments] <String>] [[-StatusUpdateEmail] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Deletes a specific edge hostname. You need to have an Admin or Technical role to delete an edge hostname. You can delete any hostname that's not currently assigned to an active Property Manager configuration.

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.

‑Comments

Filters by comments value.

‑DNSZone
Required

Filters by dnsZone value.

‑EdgeRCFile

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

‑RecordName
Required

A record name of the edge hostname, identified as the portion of the edge hostname before the Akamai domain, for example, edgesuite.net.

‑Section

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

‑StatusUpdateEmail

An email address that should receive updates on the change request. To specify more than one email address use a single comma-separated set of addresses, or repeat the parameter with each address.

Related Links