DROP INGEST RULE

Deletes an existing ingestion rule.

Warning

This statement has been deprecated and will be removed in the future.

Table of Contents

Synopsis

DROP INGEST RULE [ IF EXISTS ] rule_name

Description

DROP INGEST RULE drops an existing ingestion rule.

Parameters

IF EXISTS

Do not fail if the rule doesn’t exist.

rule_name

The name of the rule to drop.

Note

When User Management is enabled, this statement can only be issued by a superuser.

Examples

Drop Ingestion rule mqtt_v4_rule:

DROP INGEST RULE rule_v4