Logo
Functions

removeUsersFromOrganizationApiV1OrganizationsOrganizationIdUsersMemberUserIdDelete

removeUsersFromOrganizationApiV1OrganizationsOrganizationIdUsersMemberUserIdDelete<ThrowOnError>(options): RequestResult<void, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:1479

Remove Users From Organization Remove users from an organization by email.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & RemoveUsersFromOrganizationApiV1OrganizationsOrganizationIdUsersMemberUserIdDeleteData

Returns

RequestResult<void, HTTPValidationError, ThrowOnError>

On this page