Method: ElasticTranscoder::Utilities#execute_delete
- Defined in:
- lib/elastic_transcoder/utilities.rb
#execute_delete(url, headers) ⇒ Object
31 32 33 |
# File 'lib/elastic_transcoder/utilities.rb', line 31 def execute_delete url, headers HTTParty.delete url, :headers=>headers end |