Skip to main content

Delete a Model and All Its Editions

DELETE 

/api/v1/orgs/{orgId}/ai-models/{modelId}

Permanently deletes the model together with every one of its editions.

  • Each edition's underlying file will be removed from object storage.

  • Returns 404 if the model does not exist (ModelNotFound).

Request

Responses

OK