|  Developer
Updated on March 8, 2023

hub.cloud.subscription.delete

Connection Type:

  • Delete subscription on the controller
Edit
Field Type Required Description
abstractUUID string + Abstract unique id
gatewayName string Name of the gateway (plugin) to redirect this request
Edit

Hub will delete the device and all items that correspond to the specified abstractUUID.

Edit
Edit
				
					{
    "method": "hub.cloud.subscription.delete",
    "id": "_ID_",
    "params": {
        "abstractUUID": "1234-abcd-..."
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "method": "hub.cloud.subscription.delete",
    "result": {},
}