Remove a firewall rule associated with a specific virtual server (VM). You need the VM's ID to specify which server the rule should be removed from. The endpoint returns a request ID to track the operation.
vmid integer · min: 1 required Example Unique vmid identifier
pos string required Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/vm/{vmid}/firewall curl -X DELETE "https://cloud.hostup.se/api/vm/17394/firewall?pos=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"pos": "string"
}
}