action rumble_remove_account_user { label: "Remove this user" provider: rumble method: DELETE path: "/account/users/{user_id}" encoding: json input: { type: "object" properties: { user_id: { type: "string" format: "uuid" } } required: ["user_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }