Delete Hub

This endpoint allows the deletion of a specific hub within an organisation. By providing the hub’s unique ID, users can permanently remove it from the system. Once deleted, the hub and its associated data, including hardware attributes, connection settings, assigned services, and metadata, will no longer be accessible. This action cannot be undone, and any dependencies or linked configurations should be reviewed before proceeding.

Syntax: see 'CCall Structure

Type = 'DELETE'

'https://connect.cambrionix.com/api/hardware/v1/hubs/hub-serial'

Variable Description
hub-serial This is the serial number of the hub
Returns:

{ result {} }

Example
curl -X 'DELETE' \
  'https://connect.cambrionix.com/api/hardware/v1/hubs/0000003B6F541198' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer eyJhbGciOiJSUzI12lQ'
Returns
{
  "result": {}
}
Errors

If there is an error in the API method then JSON-RPC Error Object a will be returned