> For the complete documentation index, see [llms.txt](https://docs.deltastream.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltastream.io/reference/sql-syntax/ddl/drop-metrics-integration.md).

# DROP METRICS INTEGRATION

## Syntax <a href="#synopsis" id="synopsis"></a>

```sql
DROP METRICS INTEGRATION "my-integration";
```

## Description <a href="#description" id="description"></a>

Drops a metrics integration from the organization.

### Arguments

#### **metrics\_integration\_name**

Specifies the name of the new metrics integration. If the name is case-sensitive, you must wrap it in double quotes; otherwise, the system uses the lower case name.

## Examples <a href="#example" id="example"></a>

#### Drop a metrics integration

The following drops the metrics integration named `my-integration`:

```sh
<no-db>/<no-store># DROP METRICS INTEGRATION "my-integration";
+---------------------+----------------+------------+------------------------------------------+
|  Type               |  Name          |  Command   |  Summary                                 |
+=====================+================+============+==========================================+
| metrics integration | my-integration | DROP       | metrics integration my-integration was   |
|                     |                |            | successfully dropped                     |
+---------------------+----------------+------------+------------------------------------------+
```
