Skip to main content
DELETE
Delete an access rule

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string<uuid>
required

Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.

Path Parameters

network_id
string<uuid>
required

The unique ID of the network the rule belongs to.

rule_id
string<uuid>
required

The unique ID of the access rule to delete.

Response

204

The access rule was deleted.