DROP METRICS INTEGRATION

Syntax

DROP METRICS INTEGRATION "my-integration";

Description

Drops a Metrics Integration from the organization.

Arguments

metrics_integration_name

Specifies the name of the new Metrics Integration. For case-sensitive names, the name must be wrapped in double quotes, otherwise, the lowercased name will be used.

Examples

Drop a Metrics Integration

The following drops the Metrics Integration named my-integration:

<no-db>/<no-store># DROP METRICS INTEGRATION "my-integration";

Last updated