UltraLite DROP PUBLICATION statement

Use this statement to delete publications.

Syntax
DROP PUBLICATION publication-name, ... 
See also
Example

The following statement drops the pub_contact publication.

DROP PUBLICATION pub_contact;