Skip to main content
Version: 1.1.5

Admin - Remove a rule from existing policy

POST 

/admin/policies/remove-rule-from-policy

Remove a rule from an existing policy. The rule is identified by its rule_id and the policy is identified by its policy_id.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the Admin token. which is set on Vertex setup

Body

required

    policy_id PolicyIdrequired
    rule_id RuleIdrequired

Responses

Loading...