action rumble_remove_account_key { label: "Remove this key" provider: rumble method: DELETE path: "/account/keys/{key_id}" encoding: json input: { type: "object" properties: { key_id: { type: "string" format: "uuid" } } required: ["key_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }