diff --git a/src/firebolt/utils/urls.py b/src/firebolt/utils/urls.py index f68f1943946..238722053d6 100644 --- a/src/firebolt/utils/urls.py +++ b/src/firebolt/utils/urls.py @@ -5,7 +5,6 @@ ENGINES_URL = "/core/v1/account/engines" ENGINES_BY_IDS_URL = "/core/v1/engines:getByIds" -ACCOUNT_URL = "/iam/v2/account" ACCOUNT_BY_NAME_URL = "/web/v3/account/{account_name}/resolve" ACCOUNT_ENGINE_URL = "/core/v1/accounts/{account_id}/engines/{engine_id}" @@ -15,7 +14,6 @@ ACCOUNT_LIST_ENGINES_URL = "/core/v1/accounts/{account_id}/engines" ACCOUNT_ENGINE_ID_BY_NAME_URL = ACCOUNT_LIST_ENGINES_URL + ":getIdByName" ACCOUNT_ENGINE_REVISION_URL = ACCOUNT_ENGINE_URL + "/engineRevisions/{revision_id}" -ACCOUNT_ENGINE_URL_BY_DATABASE_NAME = ACCOUNT_LIST_ENGINES_URL + ":getURLByDatabaseName" ACCOUNT_DATABASES_URL = "/core/v1/accounts/{account_id}/databases" ACCOUNT_DATABASE_URL = "/core/v1/accounts/{account_id}/databases/{database_id}"