Deletes a single Box Hub collaboration.
Version header.
Value is always 2025.0
1234
The ID of the hub collaboration.
A blank response is returned if the Box Hub collaboration was successfully deleted.
Returns an error if the Box Hub collaboration could not be found, or the authenticated user does not have access to the Box Hub collaboration.
An unexpected client error.
await client.hubCollaborations.deleteHubCollaborationByIdV2025R0(
createdCollaboration.id,
);
client.hub_collaborations.delete_hub_collaboration_by_id_v2025_r0(
created_collaboration.id
)
await client.HubCollaborations.DeleteHubCollaborationByIdV2025R0Async(hubCollaborationId: createdCollaboration.Id);
try await client.hubCollaborations.deleteHubCollaborationByIdV2025R0(hubCollaborationId: createdCollaboration.id)
client.getHubCollaborations().deleteHubCollaborationByIdV2025R0(createdCollaboration.getId())