Skip to main content

Delete Security Policy Set (v2.0)

DELETE 

/v2.0/api/tenants/:tenant_id/ngfwsecuritypolicysets/:policy_set_id

Delete a security policy V2 set by the tenant ID and the policy set ID.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    policy_set_id stringrequired

    ID of the security policy set.

Responses

Successful Operation

Schema
    clone_from string

    Policy sets cloned from existing policy sets.

    defaultrule_policyset boolean

    The default rule of the policy set.

    description

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

    id string

    The security policy set ID.

    name stringrequired

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

    policyrule_order string[]

    The order for the execution of the policy rule.

    tags string[]

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

Loading...