action rumble_remove_account_organization { label: "Remove this organization" provider: rumble method: DELETE path: "/account/orgs/{org_id}" encoding: json input: { type: "object" properties: { org_id: { type: "string" format: "uuid" } } required: ["org_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }