Skip to main content

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.

Try Databend Cloud for FREE

Multimodal, object-storage-native warehouse for BI, vectors, search, and geo.

Snowflake-compatible SQL with automatic scaling.

Sign up and get $200 in credits.

Try it today