action anchore_delete_events { label: "Delete Events" description: "Delete all or a subset of events filtered using the optional query parameters" provider: anchore method: DELETE path: "/events" encoding: json input: { type: "object" properties: { before: { type: "string" } level: { type: "string" } since: { type: "string" } "x-anchore-account": { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "string" } } }