Type Alias: UnassignClientFromGroupData
type UnassignClientFromGroupData = object;
Defined in: gen/types.gen.ts:10911
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:10912
path
path: object;
Defined in: gen/types.gen.ts:10913
clientId
clientId: string;
The client ID.
groupId
groupId: string;
The group ID.
query?
optional query: never;
Defined in: gen/types.gen.ts:10923
url
url: "/groups/{groupId}/clients/{clientId}";
Defined in: gen/types.gen.ts:10924