Skip to main content
DELETE
/
v1
/
meters
/
{meterId}
Archive Meter
curl --request DELETE \
  --url https://api.monk.com/v1/meters/{meterId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "success": true
  }
}
Must not be attached to any active pricing. Historical data is preserved and the code becomes reusable. Scope: meters:write

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

meterId
string
required

Response

Meter archived

data
object