Recording Deleted Notification
Delete:
Recording deletions are asynchronous, these notifications will confirm when they are eventually deleted.
Expect delays of up to 48 hours for notifications.
It is safe to resend requests after this period, if no response was received.
{
type : "delete"
payload: {
call_ref : <internal_call_ref>,
recording : <recording_filename>,
deleted : <deleted>,
}
} |
Values:
<internal_call_ref> | Internal click2dial call reference As received from Call Data Record Notifications |
---|---|
<recording_filename> | the real name of the recording file |
<deleted> | boolean
|