API ReferenceFirewall
Remove stateful filters
Enabled per organisation
This endpoint answers
403 until our staff enable the Firewall API flag on your organisation, and its ability cannot be granted to a key before then. Open a ticket saying what you intend to build — see Activation.Takes the type:port keys the read endpoint publishes. Use those rather
than assembling the key yourself — the format stays ours to change.
Authorization
orgApiKey firewall.manageAuthorizationBearer <token>
An organisation API key, prefixed tbk_. Create one under
Organisation to API keys; the plaintext is shown once.
The scopes listed on each operation are the abilities the key must carry. They are not OAuth scopes and are not negotiated per request.
In: header
Scope: firewall.manage
Path Parameters
ip*string
An address inside a prefix you announce, or one assigned to one of your
services. Anything else is a 404.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/firewall/ips/192.0.2.10/filters" \ -H "Content-Type: application/json" \ -d '{ "keys": [ "synproxy:25565" ] }'{ "data": { "deleted": 0 }, "message": "string"}