delete_cdn_zone
Remove a CDN zone from Vultr infrastructure using origin domain, CDN domain, or UUID identifier to manage content delivery network resources.
Instructions
Delete a CDN zone. Smart identifier resolution: use origin domain, CDN domain, or UUID.
Args: zone_identifier: The CDN zone origin domain, CDN domain, or ID to delete
Returns: Success message
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| zone_identifier | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "zone_identifier": {
      "title": "Zone Identifier",
      "type": "string"
    }
  },
  "required": [
    "zone_identifier"
  ],
  "type": "object"
}