David Petrov
await this.prisma.userClassrooms.delete({ where: { user_id: user.id, classroom_id: classroomId, }, });
Ryan