Delete Call API

Delete an existing call log.

API Endpoint

MethodEndpoint
DELETEhttps://new-prod.vocera.ai/observability/v1/call-logs-external/:call_log_id/

Authentication

Include your API key in the request headers:

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

Path Parameters

ParameterTypeRequiredDescription
call_log_idintegerYesThe ID of the call log to delete

Response

A successful deletion returns a 204 No Content response.

Code Examples

curl -X DELETE https://new-prod.vocera.ai/observability/v1/call-logs-external/:call_log_id/ \

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