Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Created February 21, 2012 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save caseysoftware/1878920 to your computer and use it in GitHub Desktop.
Save caseysoftware/1878920 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 ACxxxx:{AuthToken}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment