Method: Scene7::Asset#destroy
- Defined in:
- lib/scene7/asset.rb
#destroy ⇒ Object
119 120 121 122 |
# File 'lib/scene7/asset.rb', line 119 def destroy response = Client.perform_request(:delete_asset, :company_handle => Client.company_handle, :asset_handle => handle, :order! => [:company_handle, :asset_handle]) response.http.code == 200 end |