Description
Delete a tag and remove it from all metrics.
Definition
DELETE https://api.anodot.com/api/v1/metrics/tags/:id?token=<api token>
Header
Content-type=application/json
Argument / Definition
ID |
The ID of the tag |
Example Request
curl \
-X DELETE \
-H "Content-Type: application/json" \
'https://api.anodot.com/api/v1/metrics/tags/31425ce5-32c1-4cce-9075-28c1748d42a8?token=<api token>'
Example Response
No response body for this API.