# File lib/fog/dns/requests/linode/domain_delete.rb, line 16
        def domain_delete(domain_id)
          request(
            :expects  => 200,
            :method   => 'GET',
            :query    => { :api_action => 'domain.delete', :domainId => domain_id }
          )
        end