/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * tenant_id: "tenant_1234" * } */ export interface TenantDeleteTenantRequest { /** Unique identifier for the tenant/organization */ tenant_id: string; }