diff --git a/core/routemgmt/common/utils.js b/core/routemgmt/common/utils.js index a9672b9ac63..6062eccf5a0 100644 --- a/core/routemgmt/common/utils.js +++ b/core/routemgmt/common/utils.js @@ -237,7 +237,6 @@ function deleteApiFromGateway(gwInfo, gwApiId) { var options = { followAllRedirects: true, url: gwInfo.gwUrl+'/apis/'+gwApiId, - agentOptions: {rejectUnauthorized: false}, headers: { 'Accept': 'application/json' }