-
-
Save po5i/48b8ca8fbfd95f2c33ed0cee2ae36c23 to your computer and use it in GitHub Desktop.
This is a simple script using cURL to delete a single recording.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X DELETE 'https://api.twilio.com/2010-04-01/Accounts/ACxxxx/Recordings/RExxxx.json' \ | |
-u 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:your_auth_token' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment