Skip to content

Delete an IP list

DELETE
/api/organizations/{organizationId}/ip-lists/{id}

Permanently deletes the IP list. The deletion is rejected if the list is still referenced by other resources (e.g. an allow/block rule); remove those references first.

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

organizationId*

Organization identifier

Type
string
Required
id*

ip-list identifier

Type
string
Required

Responses

ip-list resource deleted

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI