Skip to content
Merged
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": "10.4.0" }
{ "engineHash": "bc04b80", "specHash": "f2523d5", "version": "10.4.0" }
4 changes: 4 additions & 0 deletions docs/archives.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,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
4 changes: 4 additions & 0 deletions src/managers/archives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,10 @@ export class ArchivesManager {
* 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>
* @param {string} archiveId The ID of the archive.
Example: "982312"
* @param {DeleteArchiveByIdV2025R0OptionalsInput} optionalsInput
Expand Down
8 changes: 4 additions & 4 deletions src/schemas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ export * from './skillCard';
export * from './skillCardsMetadata';
export * from './uploadPartMini';
export * from './uploadPart';
export * from './uploadedPart';
export * from './uploadParts';
export * from './uploadedPart';
export * from './uploadSession';
export * from './uploadUrl';
export * from './userBase';
Expand Down Expand Up @@ -251,6 +251,9 @@ export * from './aiSingleAgentResponseFull';
export * from './aiMultipleAgentResponse';
export * from './userAvatar';
export * from './watermark';
export * from './webhookMini';
export * from './webhooks';
export * from './webhook';
export * from './webLinkBase';
export * from './webLinkMini';
export * from './webLink';
Expand Down Expand Up @@ -285,9 +288,6 @@ export * from './collaborations';
export * from './appItemAssociatedItem';
export * from './appItemAssociation';
export * from './appItemAssociations';
export * from './webhookMini';
export * from './webhooks';
export * from './webhook';
export * from './workflowMini';
export * from './workflow';
export * from './workflows';
Expand Down