This is a nicely-written primer for using kill and a list of common signals.
Below is a list of a few common signals, the numeric value of that signal, the action that is associated with it and how to send that signal to a process. This list, while not complete, should cover general usage of the kill command.
Source: Understanding the kill command, and how to terminate processes in Linux | Benjamin Cane