How to uninstall Xcode Server?

What is the recommended way to uninstall Xcode server? I've seen people online suggest simply removing /Library/Developer/XcodeServer. Should I do this and/or uninstall the "Xcode Server" user? Or is there a better way?
Xcode Server exists as a part of the Xcode app, so you can't remove it... but you can reset to a state where it is not configured.
  • Swift 'Off' Xcode Server in the Xcode preferences.

  • In terminal, run sudo xcrun xcscontrol --reset

  • Remove the Xcode Server account in the Users system preferences.

How to uninstall Xcode Server?
 
 
Q