Metrics
Deleting Metrics
Learn how to delete existing metrics from your agents
Delete Metric API
Delete an existing metric from an agent.
API Endpoint
Method | Endpoint |
---|---|
DELETE | https://new-prod.vocera.ai/test_framework/v1/metrics-external/:metric_id/ |
URL Parameters
Parameter | Type | Required | Description |
---|---|---|---|
metric_id | string | Yes | The ID of metric to delete |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
X-VOCERA-API-KEY | Your API key obtained from the dashboard |
Response
A successful deletion returns a 204 No Content response.