Delete a call recording
Permanently deletes the specified call recording and returns the deleted recording resource. The media is removed and can no longer be downloaded.
Path parameters
Uniquely identifies the recording by id.
Response
A response with a single recording resource.
Example response
{
"data": {
"call_control_id": "v3:e-31OnvjEM7Y4wvxr3TKNk8M3QyLcGZPiUIzCGtwQtOtEjY-B0urkw",
"call_leg_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
"call_session_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
"channels": "dual",
"conference_id": "84a97d76-e40f-11ed-9074-02420a0daa69",
"connection_id": "175237942907135762",
"created_at": "2018-02-02T22:25:27.521Z",
"duration_millis": 60000,
"from": "+15551234567",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"initiated_by": "StartCallRecordingAPI",
"record_type": "recording",
"recording_ended_at": "2019-01-23T18:10:02.574Z",
"recording_started_at": "2019-01-23T18:10:02.574Z",
"source": "conference",
"status": "completed",
"to": "+15557654321",
"updated_at": "2018-02-02T22:25:27.521Z"
}
}Changes
Changed in 2 of the 61 revisions of this API.6
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲