Removes an operator.
sp_delete_operator [@name =] 'name'
[, [@reassign_to_operator =] 'reassign_operator']
0 (success) or 1 (failure)
None
When an operator is removed, all the notifications associated with the operator are also removed.
Only members of the sysadmin fixed server role can execute sp_delete_operator.
This example deletes operator janetl.
USE msdb
EXEC sp_delete_operator 'janetl'
sp_add_operator | sp_update_operator |
sp_help_operator | System Stored Procedures |