Deletes a single hub.
Version header.
Value is always 2025.0
12345
The unique identifier that represent a hub.
The ID for any hub can be determined
by visiting this hub in the web application
and copying the ID from the URL. For example,
for the URL https://*.app.box.com/hubs/123
the hub_id
is 123
.
A blank response is returned if the hub was successfully deleted.
Returned when the access token provided in the Authorization
header
is not recognized or not provided.
Returned if the hub is not found or has already been deleted, or the user does not have access to the hub.
An unexpected client error.