---
title: "Remove Meters From a Site"
method: DELETE
path: "/plug/sites/{siteId}/meters"
tags: ["Sites"]
---

# Remove Meters From a Site

`DELETE /plug/sites/{siteId}/meters`

This endpoint allows you to disassociate a list of meters from a site. Note that the specified meters will not be deleted; only the association between the meters and the site will be removed. Provide a non-empty list of meter IDs in the request body to remove the specified meters from the site.

This endpoint supports [Sandbox Mode](https://docs.arcadia.com/docs/sandbox-testing).

## Path parameters

- `siteId` string, required

## Headers

- `Arcadia-Version` string, required

## Request body

- PublicSiteMeterRequest
  - `meterIds` string[], required — An array of unique identifiers for multiple meters.

## Response `200`

OK

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/versions/d00587742116/schema)
