How to delete a timer job definition

YOU SHOULD ONLY DO THESE ACTIONS ON A NON-PRODUCTIVE ENVIRONMENT 

If you want to delete a Sharepoint Timer Job Definitions follow these steps:

  1. Get the GUID of the timer job definition with the following cmdlet:
    get-sptimerjob | sort-object -property Name | ft Name, Id
  2. stsadm.exe -o deleteconfigurationobject -id <GUID>