@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias UnassignGroupFromTenantData

    type UnassignGroupFromTenantData = {
        body?: never;
        path: { groupId: string; tenantId: TenantId };
        query?: never;
        url: "/tenants/{tenantId}/groups/{groupId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { groupId: string; tenantId: TenantId }

    Type Declaration

    • groupId: string

      The unique identifier of the group.

    • tenantId: TenantId
    query?: never
    url: "/tenants/{tenantId}/groups/{groupId}"