Delete Security Policy Set (v2.0)
DELETE/v2.0/api/tenants/:tenant_id/securitypolicysets/:policy_set_id
Delete a security policy set.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
policy_set_id stringrequired
ID of the security policy set.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
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.
{
"id": "string",
"name": "string",
"policyrule_order": [
"string"
]
}
Loading...