VPS_deleteFirewallV1
Remove unused firewall configurations by deleting a specified firewall. Automatically deactivates the firewall on any associated virtual machines.
Instructions
Delete a specified firewall.
Any virtual machine that has this firewall activated will automatically have it deactivated.
Use this endpoint to remove unused firewall configurations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
firewallId | Yes | Firewall ID |
Input Schema (JSON Schema)
{
"properties": {
"firewallId": {
"description": "Firewall ID",
"type": "integer"
}
},
"required": [
"firewallId"
],
"type": "object"
}