Type Alias: UnassignRoleFromClientData
type UnassignRoleFromClientData = object;
Properties
body?
optional body?: never;
path
path: object;
clientId
clientId: string;
The client ID.
roleId
roleId: string;
The role ID.
query?
optional query?: never;
url
url: "/roles/{roleId}/clients/{clientId}";