action anchore_delete_policy { label: "Delete policy" description: "Delete the specified policy" provider: anchore method: DELETE path: "/policies/{policyId}" encoding: json input: { type: "object" properties: { policyId: { type: "string" } "x-anchore-account": { type: "string" } } required: ["policyId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }