action anchore_delete_feed { label: "delete_feed" description: "Delete the groups and data for the feed and disable the feed itself" provider: anchore method: DELETE path: "/system/feeds/{feed}" encoding: json input: { type: "object" properties: { feed: { type: "string" } } required: ["feed"] additionalProperties: false } output: { type: "object" additionalProperties: true } }