You can do it if your builds are not incremental (incremental get). If your builds always get all source files for every build it is OK to delete workking directories. Build history and labels are not affected. Your build logs are in the drop location and it shouldn't be a problem also.
It is problem for incremental (at least fro incremental get) builds. These builds are getting only the latest changes from the TFS source control before every build, not whole workspace as defined in the build definition's workspace.
Check your build definition's Process->CleanWorkspace settings. If it is set to All, it should not be a problem to delete build directory.