delete_ssl
Remove SSL certificates from Vultr load balancers to manage security configurations and certificate lifecycle.
Instructions
Delete SSL certificate from a load balancer.
Args: load_balancer_id: The load balancer ID or label (e.g., "web-lb", "api-load-balancer", or UUID)
Returns: Status message confirming SSL deletion
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| load_balancer_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "load_balancer_id": {
      "title": "Load Balancer Id",
      "type": "string"
    }
  },
  "required": [
    "load_balancer_id"
  ],
  "type": "object"
}