action anchore_delete_analysis_archive_rule { label: "delete_analysis_archive_rule" provider: anchore method: DELETE path: "/archives/rules/{ruleId}" encoding: json input: { type: "object" properties: { ruleId: { type: "string" } } required: ["ruleId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }