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