Drops a subscription server.
sp_dropsubscriber subscriber
where
This stored procedure removes the server sub option and removes the remote login mapping of SA to repl_subscriber. Only the system administrator can drop a subscription server.
This example drops the subscription server BLOODHOUND.
sp_dropsubscriber BLOODHOUND
Execute permission defaults to the system administrator.
sysservers, sysremotelogins
| sp_addpublisher | sp_droppublisher | 
| sp_addsubscriber | sp_helpdistributor | 
| sp_changesubscriber | sp_helpserver | 
| sp_dboption | sp_helpsubscriberinfo |