v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
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

messagestring

Example response

{
  "message": "Request accepted"
}