Logo
Akamai APIs API Documentation

Delete an edge hostname

DELETE https://{{host}}/hapi/v1/dns-zones/:dnsZone/edge-hostnames/:recordName

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

 

Body PARAM

Key Datatype Required Description 
comments
string (Optional) Filter by `comments` value.
statusUpdateEmail
string (Optional) 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.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://undefined/hapi/v1/dns-zones/:dnsZone/edge-hostnames/:recordName?comments=&statusUpdateEmail=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS