Delete a recording from your account
Recordings of phone calls
Delete a recording from your account
Path parameters
-
The SID of the Account that created the Recording resources to delete.
-
The Twilio-provided string that uniquely identifies the Recording resource to delete.
DELETE /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json
curl \
-X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json \
--user "username:password"