Hi @Wendy1 ,
Deleting a publication does not remove published objects from the publication database or the corresponding objects from the subscription database
Please check out this doc:
Delete a Publication
To delete a single publication, execute sp_droppublication
at the Publisher on the publication database.
To delete all publications in and remove all replication objects from a published database, execute sp_removedbreplication
at the Publisher. Specify a value of tran for @type .
If this database has no other publications, execute sp_replicationdboption
to disable publication of the current database using snapshot or transactional replication.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.