Domain

Synopsis

Batch-delete domains

Syntax

Remove-DOMDomain [-DomainName] <String[]> [-ValidationScope] <String[]> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Deletes the specified domains.

You can only delete domains that are invalidated or have expired tokens.

When you delete domains, Akamai doesn't recognize you as their owner.

To revalidate deleted domains, submit them for validation again.

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.

‑DomainName
Required

Name of the domain.

‑EdgeRCFile

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

‑Section

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

‑ValidationScope
Required

Validation scope of the domain. For HOST, the scope is only the exactly specified domain. For WILDCARD, the scope covers any hostname within one subdomain level. For DOMAIN, the scope covers any hostnames under the domain, regardless of the level of subdomains.

Related Links