delete_cdn_ssl_certificate
Remove SSL certificates from Vultr CDN zones using domain names or UUIDs to manage security configurations and certificate lifecycle.
Instructions
Remove SSL certificate from 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
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"
}