Skip to main content

Delete a Single Edition

DELETE 

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

Permanently deletes the specified model edition.

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

  • Returns 404 if the model does not exist (ModelNotFound) or the edition is not found (EditionNotFound).

Request

Responses

OK