Type Alias: UnassignGroupFromTenantData
type UnassignGroupFromTenantData = object;
Defined in: gen/types.gen.ts:15937
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:15938
path
path: object;
Defined in: gen/types.gen.ts:15939
groupId
groupId: string;
The unique identifier of the group.
tenantId
tenantId: TenantId;
The unique identifier of the tenant.
query?
optional query: never;
Defined in: gen/types.gen.ts:15949
url
url: "/tenants/{tenantId}/groups/{groupId}";
Defined in: gen/types.gen.ts:15950