action redirection_delete_rule_change_item { label: "Removes the RuleChange resource." provider: redirection method: DELETE path: "/rule-changes/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }