Delete Recording
Delete both the metadata and the media of the specified recording.
Request URL
DELETE
https://voice.bandwidth.com/api/v2/accounts/{accountId}/calls/{callId}/recordings/{recordingId}
Basic Authentication
Bandwidth's Voice API leverages Basic Authentication with your Dashboard API Credentials. Read more about how Bandwidth secures endpoints in the Security & Credentials document.
Supported Parameters
Parameter | Description |
---|---|
None | None |
Example 1 of 1: Delete recording
curl -X DELETE \
--url "https://voice.bandwidth.com/api/v2/accounts/{accountId}/calls/{callId}/recordings/{recordingId}" \
-u '{username}:{password}'
HTTP/1.1 204
//coming soon
;
#coming soon
# coming soon