customer-controller
Delete Customer (deleteCustomer)
Deletes the Customer and all customer Users. All assigned Dashboards, Assets, Devices, etc. will be unassigned but not deleted. Referencing non-existing Customer Id will cause an error.
Available for users with 'TENANT_ADMIN' authority.
delete/api/customer/{customerId}
Path parameters
customerIdstring required
A string value representing the customer id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK