Box Developer Documentation
Latest version

Remove hub collaboration

delete
https://api.box.com/2.0
/hub_collaborations/:hub_collaboration_id

Deletes a single hub collaboration.

Request

bearer [ACCESS_TOKEN]
application/json

Request Headers

stringin headerrequired

Version header.

Value is always 2025.0

Path Parameters

stringin pathrequired
1234

The ID of the hub collaboration.

Response

none

A blank response is returned if the hub collaboration was successfully deleted.

application/jsonClient error

Returns an error if the hub collaboration could not be found, or the authenticated user does not have access to the hub collaboration.

application/jsonClient error

An unexpected client error.

delete
Remove hub collaboration
You can now try out some of our APIs live, right here in the documentation.
Log in

Request Example

TypeScript Gen
await client.hubCollaborations.deleteHubCollaborationByIdV2025R0(
  createdCollaboration.id,
);
Python Gen
client.hub_collaborations.delete_hub_collaboration_by_id_v2025_r0(
    created_collaboration.id
)
.NET Gen
await client.HubCollaborations.DeleteHubCollaborationByIdV2025R0Async(hubCollaborationId: createdCollaboration.Id);
Swift Gen (Beta)
try await client.hubCollaborations.deleteHubCollaborationByIdV2025R0(hubCollaborationId: createdCollaboration.id)
Java Gen (Beta)
client.getHubCollaborations().deleteHubCollaborationByIdV2025R0(createdCollaboration.getId())
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy