| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

Supply a list of tags that should be removed from a list of meters

meter_uuids

array of uuids

required

meter_uuids*
ADD uuid

tags

array of strings

required

Only lowercase letters (a-z), digits (0-9), and hyphen (-) allowed

tags*
ADD string

# ``200      Tags removed successfully

object

status

string

enum

required

`OK``BAD_REQUEST``NOT_FOUND``UNPROCESSABLE_ENTITY`

reason

string

required

# ``401      You are not authorized to perform this operation.

# ``403      You do not have the necessary permissions for this operation.

Base URL

https://api.staging.leap.energy/v1.1/meters/tags

```

xxxxxxxxxx

curl --request DELETE \

--url https://api.staging.leap.energy/v1.1/meters/tags \

--header 'accept: application/json' \

--header 'content-type: application/json'
```

```

xxxxxxxxxx

{

"reason": "reason",

"status": "OK"
}
```
