Deletes an existing database replication definition.
drop database replication definition db_repdef with primary at server_name.db
Name of the database replication definition.
Name of the primary server/database combination. For example: TOKYO.dbase.
Deletes the database replication definition dbrep1:
drop database replication definition dbrep1 with primary at PDS.my_db
drop database replication definition succeeds only if there is no database subscription to the named database replication definition.
alter database replication definition, create database replication definition