cURL
curl --request DELETE \ --url https://api.example.com/api/semantic-models/{model_id} \ --header 'Authorization: Bearer <token>'
true
Delete (archive) a semantic model.
Required Role: nx1_semantic_modeller or nx1_semantic_admin
Deployed models must be undeployed first (admin only).
The access token received from the authorization server in the OAuth 2.0 flow.
Model deleted (archived)
The response is of type boolean.
boolean
Was this page helpful?