action anchore_delete_account { label: "Delete the specified account, only allowed if the account is in the disabled state. All users will be deleted along with the account and all resources will be garbage collected" provider: anchore method: DELETE path: "/accounts/{accountname}" encoding: json input: { type: "object" properties: { accountname: { type: "string" } } required: ["accountname"] additionalProperties: false } output: { type: "object" additionalProperties: true } }