Archived Calls
The Archived Calls resource allows you delete calls that have been archived for retrieval from Bulk Export. Note that deletion from Bulk Export does not also delete from the Calls resource.
For resources less than 13 months old, deleting calls via the Calls API will also result in them being deleted under the Bulk Export API. Resources older than 13 months can only be deleted via BulkExport API.
Archived Call Resource Properties
Resource Properties in REST API format | |
---|---|
date
|
The date |
sid
|
The call sid |
url
|
The absolute URL of the resource. |
Delete an Archived Call
https://voice.twilio.com/v1/Archives/{Date}/Calls/{Sid}
NOTE: Archived call deletions are asychronous and performed in batches. You may continue to see a deleted call returned in results for up to one week.
Parameters
Parameters in REST API format | |
---|---|
date
Path
|
The date of the Call in UTC. |
sid
Path
|
The Twilio-provided Call SID that uniquely identifies the Call resource to delete |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.