RemoveRuleRequest
data class RemoveRuleRequest(val url: String, val pattern: PatternType, val comment: String? = null, val createdBy: Did? = null)
Parameters
url
The URL or domain to remove the rule for
comment
Optional comment about why the rule is being removed
createdBy
Optional DID of the user. Only respected when using admin auth.