Hub
Delete a Hub
Delete a specific hub identified by its UUID
delete/v1/hub/{hub_id}
Path parameters
hub_idstring uuid required
UUID of the hub to be deleted
Response
Hub successfully deleted
Example response
{
"data": "Hub deleted"
}Delete a specific hub identified by its UUID
UUID of the hub to be deleted
Hub successfully deleted
{
"data": "Hub deleted"
}