Logo
OpenScaler

Delete a Firewall

Deletes a firewall.

DELETE
/v1/network/firewalls/{firewall_id}

Authorization

AuthorizationRequiredBearer <token>

OAuth Authentication

OpenScaler API uses OAuth, a standard for secure authorization. To access the API, obtain a token via the OpenScaler Platform.

Use the access_token in the Authorization header for requests:

Authorization: Bearer <token>

Always keep your token secure and do not share it with anyone.

In: header

Path Parameters

firewall_idRequiredstring

A unique identifier for a firewall instance.

curl -X DELETE "https://api.alpha.openscaler.net/v1/network/firewalls/27f0bc99-19f3-4025-9fee-dbc3abd1ff30" \
  -H "Authorization: Bearer <token>"

Firewall deleted successfully

null