cURL
Delete an existing egress rule
DELETE
cURL
This endpoint is in Preview and subject to change. Refer to the API support policy for more details.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
cluster_id uniquely identifies the cluster owning the egress rule.
rule_id is the UUID of an existing egress rule. This field is required.
Query Parameters
idempotency_key uniquely identifies this request. If not set, it will be set by the server.
Response
A successful response.
DeleteEgressRuleResponse is the output for the DeleteEgressRule RPC.
EgressRule represents a network egress rule.

