PrivyClient
’s addRuleToPolicy
method to add a rule to a policy.PrivyClient
’s updateRuleInPolicy
method to update a rule in a policy.PrivyClient
’s deleteRuleFromPolicy
method to delete a rule from a policy.<policy_id>
with the ID of your desired policy and <rule_id>
with the ID of the rule you want to delete.ResponseIf the rule is deleted successfully, the response will bePrivyClient
’s updatePolicy
method to update an existing policy.