Deletes a subscription.
1 | DROP SUBSCRIPTION [ IF EXISTS ] name |
If the specified subscription does not exist, no error is thrown. Instead, a notification is reported indicating that the subscription does not exist.
Specifies the name of the subscription you want to delete.
Value range: an existing subscription
DROP SUBSCRIPTION mysub;