API ReferenceTypesRemoveWorkspaceUserArgsOn this pageRemoveWorkspaceUserArgs type RemoveWorkspaceUserArgs = { userId: string; workspaceId: string;}; Arguments for removing a user from a workspace. See https://developer.todoist.com/api/v1/#tag/Workspace/operation/remove_workspace_user_api_v1_workspaces__workspace_id__users__user_id__delete Properties userId userId: string; The user ID. workspaceId workspaceId: string; The workspace ID.