Since all answers are wrong, here is what you are looking for:
kill <PID> &> /dev/null
This redirects both standard output (stdout) and standard error (stderr) to /dev/null.
/dev/null