delete https://api.staging.leap.energy/v1.1/meters/tags
API to remove tags from a meter
Log in to see full request history
Responses
API to remove tags from a meter
xxxxxxxxxx
curl --request DELETE \
--url https://api.staging.leap.energy/v1.1/meters/tags \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"status": "OK",
"reason": "string"
}