Delete Metric API

Delete an existing metric from an agent.

API Endpoint

MethodEndpoint
DELETEhttps://new-prod.vocera.ai/test_framework/v1/metrics-external/:metric_id/

URL Parameters

ParameterTypeRequiredDescription
metric_idstringYesThe ID of metric to delete

Authentication

Include your API key in the request headers:

HeaderDescription
X-VOCERA-API-KEYYour API key obtained from the dashboard

Response

A successful deletion returns a 204 No Content response.

Code Examples

curl -X DELETE https://new-prod.vocera.ai/test_framework/v1/metrics-external/:metric_id/ \

  -H "X-VOCERA-API-KEY: <your-api-key-here>"