Skip to main content
DELETE
/
api
/
semantic-models
/
{model_id}
Delete Semantic Model
curl --request DELETE \
  --url https://api.example.com/api/semantic-models/{model_id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

model_id
string<uuid>
required

Response

Model deleted (archived)

The response is of type boolean.