Delete Call Record
Deletes a single call based on the callId supplied
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of call to delete
Response
The unique id for the call
The id of the assistant that handled the call
The date and time the call was started
The date and time the call ended
The status of the call
queued
, ringing
, in-progress
, forwarding
, ended
The reason why the call ended
The transcript of the call
The phone number that initiated the call
The phone number that received the call
The type of call
Structured messages representing the events of the conversation
The duration of the call in milliseconds
[Beta] Includes custom evaluations and data extractions for the call. Analysis feature is in beta and is not yet generally available.
A summary of the call
The outcome of the call
If the call was unsuccessful, this will be the reason why
declined
, escalated
, requested-callback
, customer-dropped
, assistant-ended
, opt-out