Skip to content
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "bc04b80", "specHash": "77eac4b", "version": "5.4.0" }
{ "engineHash": "bc04b80", "specHash": "f2523d5", "version": "5.4.0" }
4 changes: 4 additions & 0 deletions docs/sdkgen/archives.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ Permanently deletes an archive.

To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).

<Danger>
This endpoint is currently unavailable. Please contact support for assistance.
</Danger>

This operation is performed by calling function `deleteArchiveByIdV2025R0`.

See the endpoint docs at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ public ArchiveV2025R0 createArchiveV2025R0(
* <p>To learn more about the archive APIs, see the [Archive API
* Guide](https://developer.box.com/guides/archives).
*
* <p>&lt;Danger&gt; This endpoint is currently unavailable. Please contact support for
* assistance. &lt;/Danger&gt;
*
* @param archiveId The ID of the archive. Example: "982312"
*/
public void deleteArchiveByIdV2025R0(String archiveId) {
Expand All @@ -167,6 +170,9 @@ public void deleteArchiveByIdV2025R0(String archiveId) {
* <p>To learn more about the archive APIs, see the [Archive API
* Guide](https://developer.box.com/guides/archives).
*
* <p>&lt;Danger&gt; This endpoint is currently unavailable. Please contact support for
* assistance. &lt;/Danger&gt;
*
* @param archiveId The ID of the archive. Example: "982312"
* @param headers Headers of deleteArchiveByIdV2025R0 method
*/
Expand Down
Loading