Delete a Magpie job that is not running.
Syntax
drop job [if exists] <job reference> [with force]
Parameters
job reference
String. Reference to the job to delete, optionally qualified by a project name.
Options
if exists
Only drop the job if it exists.
with force
Drop the job even if it is currently running.