Skip to content

Delete a zone allowlist entry

DELETE
/api/zones/{zoneId}/security/allows/{id}

Removes an entry from the zone allowlist, identified by its opaque id.

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-allow identifier

Type
string
Required
id*

zone-allow identifier

Type
string
Required

Responses

zone-allow resource deleted

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI