diff --git a/.codegen.json b/.codegen.json
index 06ea9b6c..0a1f67b1 100644
--- a/.codegen.json
+++ b/.codegen.json
@@ -1 +1 @@
-{ "engineHash": "bc04b80", "specHash": "77eac4b", "version": "4.4.0" }
+{ "engineHash": "bc04b80", "specHash": "f2523d5", "version": "4.4.0" }
diff --git a/box_sdk_gen/managers/archives.py b/box_sdk_gen/managers/archives.py
index 146b58f8..24c64bd2 100644
--- a/box_sdk_gen/managers/archives.py
+++ b/box_sdk_gen/managers/archives.py
@@ -158,6 +158,15 @@ def delete_archive_by_id_v2025_r0(
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
+
+
+
+
+ This endpoint is currently unavailable. Please contact support for assistance.
+
+
+
+
:param archive_id: The ID of the archive.
Example: "982312"
:type archive_id: str
diff --git a/box_sdk_gen/schemas/__init__.py b/box_sdk_gen/schemas/__init__.py
index a4132c26..5ed9f1f5 100644
--- a/box_sdk_gen/schemas/__init__.py
+++ b/box_sdk_gen/schemas/__init__.py
@@ -358,10 +358,10 @@
from box_sdk_gen.schemas.upload_part import *
-from box_sdk_gen.schemas.uploaded_part import *
-
from box_sdk_gen.schemas.upload_parts import *
+from box_sdk_gen.schemas.uploaded_part import *
+
from box_sdk_gen.schemas.upload_session import *
from box_sdk_gen.schemas.upload_url import *
@@ -500,6 +500,12 @@
from box_sdk_gen.schemas.watermark import *
+from box_sdk_gen.schemas.webhook_mini import *
+
+from box_sdk_gen.schemas.webhooks import *
+
+from box_sdk_gen.schemas.webhook import *
+
from box_sdk_gen.schemas.web_link_base import *
from box_sdk_gen.schemas.web_link_mini import *
@@ -568,12 +574,6 @@
from box_sdk_gen.schemas.app_item_associations import *
-from box_sdk_gen.schemas.webhook_mini import *
-
-from box_sdk_gen.schemas.webhooks import *
-
-from box_sdk_gen.schemas.webhook import *
-
from box_sdk_gen.schemas.workflow_mini import *
from box_sdk_gen.schemas.workflow import *
diff --git a/docs/box_sdk_gen/archives.md b/docs/box_sdk_gen/archives.md
index 23ef1405..1a4df889 100644
--- a/docs/box_sdk_gen/archives.md
+++ b/docs/box_sdk_gen/archives.md
@@ -81,6 +81,10 @@ Permanently deletes an archive.
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
+
+This endpoint is currently unavailable. Please contact support for assistance.
+
+
This operation is performed by calling function `delete_archive_by_id_v2025_r0`.
See the endpoint docs at