Deletes the specified meter
curl --request DELETE \ --url https://cloud.volttime.com/api/v2/teams/{team_id}/meters/{meter_id} \ --header 'Authorization: Bearer <token>'
The id of the team
The id of the meter
{ "message": "Meter deleted successfully" }
Was this page helpful?