Skip to content

Delete a configuration rule

DELETE
/api/zones/{zoneId}/configuration-rules/{id}

Deletes the configuration rule and clears any reference rows it holds (such as IP-list references).

Authorizations

ApiToken

Long-lived API token created via POST /api/api-tokens (returned once in plaintext).

Type
API Key (header: X-API-TOKEN)
or
JWT

JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer .

Type
HTTP (bearer)

Parameters

Path Parameters

zoneId*

Zone identifier

Type
string
Required
id*

configuration-rule identifier

Type
string
Required

Responses

configuration-rule resource deleted

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI