跳到主要内容

DROP NOTIFICATION INTEGRATION

Introduced or updated: v1.2.371

The DROP NOTIFICATION INTEGRATION statement is used to delete an existing notification.

NOTICE: this functionality works out of the box only in Databend Cloud.

Syntax

DROP NOTIFICATION INTEGRATION [ IF EXISTS ] <name>
ParameterDescription
IF EXISTSOptional. If specified, the notification will only be dropped if a notification of the same name already exists.
nameThe name of the notification. This is a mandatory field.

Usage Examples

DROP NOTIFICATION INTEGRATION IF EXISTS error_notification;

This command deletes the notification integration named error_notification if it exists.

开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册