class GdsApi::Router
def delete_route(path, type, options = {})
def delete_route(path, type, options = {}) response = delete_json!("#{endpoint}/routes?incoming_path=#{CGI.escape(path)}&route_type=#{CGI.escape(type)}") commit_routes if options[:commit] response end