DROP SUBSCRIPTION
Function
DROP SUBSCRIPTION deletes a subscription.
This syntax has been discarded in clusters of version 9.1.1.100 or later. If this syntax is executed, the error message "SUBSCRIPTION is not yet supported" will be displayed.
Precautions
A subscription can be deleted by the system administrator only.
Syntax
1
|
DROP SUBSCRIPTION [ IF EXISTS ] name |
Parameter Description
|
Parameter |
Description |
Value Range |
|---|---|---|
|
IF EXISTS |
If the specified subscription does not exist, no error is thrown. Instead, a notification is reported indicating that the subscription does not exist. |
- |
|
name |
Specifies the name of the subscription you want to delete. |
An existing subscription. |
Examples
DROP SUBSCRIPTION mysub;
Helpful Links
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot