sys.sp_delete_category
general #stored-procedure
Description
Removes the specified category of jobs, alerts, or operators from the current server. , with no default, and must be one of these The name of the category to be removed.
Syntax
sp_delete_category
[ @class = ]
'class'
, [ @name = ]
N
'name'
[ ; ]