asset-controller
Delete asset (deleteAsset)
Deletes the asset and all the relations (from and to the asset). Referencing non-existing asset Id will cause an error.
Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
delete/api/asset/{assetId}
Path parameters
assetIdstring required
A string value representing the asset id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK