diff --git a/libraries/networking/src/AddressManager.h b/libraries/networking/src/AddressManager.h
index 94eff46bda..95bf0c18a8 100644
--- a/libraries/networking/src/AddressManager.h
+++ b/libraries/networking/src/AddressManager.h
@@ -36,8 +36,6 @@ const QString GET_PLACE = "/api/v1/places/%1";
* @property {Uuid} domainID - A UUID uniquely identifying the domain you're visiting. Is {@link Uuid|Uuid.NULL} if you're not
* connected to the domain or are in a serverless domain.
* Read-only.
- * @property {Uuid} domainId - Synonym for domainId
. Read-only. Deprecated: This property
- * is deprecated and will soon be removed.
* @property {string} hostname - The name of the domain for your current metaverse address (e.g., "AvatarIsland"
,
* localhost
, or an IP address). Is blank if you're in a serverless domain.
* Read-only.
@@ -68,7 +66,6 @@ class AddressManager : public QObject, public Dependency {
Q_PROPERTY(QString pathname READ currentPath)
Q_PROPERTY(QString placename READ getPlaceName)
Q_PROPERTY(QString domainID READ getDomainID)
- Q_PROPERTY(QString domainId READ getDomainID)
public:
using PositionGetter = std::function;
using OrientationGetter = std::function;