When you delete an Insights model, you remove the model and every relationship it provides to dependent dashboards.
Users that can edit Insights models and dashboards that are not shared with them can still delete the Insights model.
curl -X DELETE https://<api endpoint>/reporting/datamodels/xxxxxx/\
-H 'authorization: TD1 xxxx/xxxxxxxxxxxxxx' \
-H 'cache-control: no-cache' \
-H 'accept: application/json'You cannot reuse a data model name after deletion. Attempting to recreate the model with the same name results in "<Data_Model_Name> is duplicated". Choose a new name instead.