# File lib/fog/bluebox/requests/compute/destroy_template.rb, line 15
        def destroy_template(id)
          request(
            :expects  => 200,
            :method   => 'DELETE',
            :path     => "api/block_templates/#{id}.json"
          )
        end