Search Modaic documentation

Find a Modaic guide or API reference

ReferenceAPImodels

Delete model

Permanently delete a model. Repository admin access is required.

Model deletion cannot be undone. The model, its version history, examples, decisions, annotations, and associated media are permanently removed.

DELETE/v1/models/{modelId}

Authorization

Authorizationstringrequired

Send a Modaic bearer token in the Authorization header.

Parameters

modelIdUUIDrequired

Model repository ID.

Response

Returns 204 No Content when the model is deleted.

The endpoint returns 403 when the caller lacks repository admin access and 404 when the model does not exist or is not accessible.

Was this page helpful?