Skip to main content

Delete NAT Policy Set Stack (v2.0)

DELETE 

/v2.0/api/tenants/:tenant_id/natpolicysetstacks/:natpolicy_set_stack_id

Delete a NAT policy set stack.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    natpolicy_set_stack_id stringrequired

    ID of the NAT policy set stack.

Responses

Successful Operation

Schema
    description

    The description of the policy set stack. Max size = 256.

    id string

    The ID of the policy set stack.

    name stringrequired

    The name of the policy set stack. Max size = 128.

    policyset_ids string[]

    The ID of the policy set.

    tags string[]

    A information field that can be added to identify the policy set stack. Maximum 10 unique tags of length 1024 each are allowed.

Loading...