Skip to main content
Version: 8.9

Type Alias: UnassignGroupFromTenantData

type UnassignGroupFromTenantData = object;

Properties

body?

optional body?: never;

path

path: object;

groupId

groupId: string;

The unique identifier of the group.

tenantId

tenantId: TenantId;

The unique identifier of the tenant.


query?

optional query?: never;

url

url: "/tenants/{tenantId}/groups/{groupId}";