device-profile-controller
Delete device profile (deleteDeviceProfile)
Deletes the device profile. Referencing non-existing device profile Id will cause an error. Can't delete the device profile if it is referenced by existing devices.
Available for users with 'TENANT_ADMIN' authority.
delete/api/deviceProfile/{deviceProfileId}
Path parameters
deviceProfileIdstring required
A string value representing the device profile id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK