Calls
Deleting Calls
Learn how to delete existing call logs
Delete Call API
Delete an existing call log.
API Endpoint
Method | Endpoint |
---|---|
DELETE | https://new-prod.vocera.ai/observability/v1/call-logs-external/:call_log_id/ |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
X-VOCERA-API-KEY | Your API key obtained from the dashboard |
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
call_log_id | integer | Yes | The ID of the call log to delete |
Response
A successful deletion returns a 204 No Content response.