VPS: Firewall
Delete firewall rule
Delete a specific firewall rule from a specified firewall.
Any virtual machine that has this firewall activated will lose sync with the firewall and will have to be synced again manually.
Use this endpoint to remove specific firewall rules.
delete/api/vps/v1/firewall/{firewallId}/rules/{ruleId}
Path parameters
firewallIdinteger required
Example:9449049
Firewall ID
ruleIdinteger required
Example:8941182
Firewall Rule ID
Response
Success empty response
Example response
{
"message": "Request accepted"
}