Skip to content

Instantly share code, notes, and snippets.

@po5i
Forked from caseysoftware/gist:1878920
Last active April 9, 2018 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save po5i/48b8ca8fbfd95f2c33ed0cee2ae36c23 to your computer and use it in GitHub Desktop.
Save po5i/48b8ca8fbfd95f2c33ed0cee2ae36c23 to your computer and use it in GitHub Desktop.
This is a simple script using cURL to delete a single recording.
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