Models

Deletes an existing model

Deletes an existing model. It does not delete any data in the user's data store.

delete/di/v1/models/{model_id}

Path parameters

model_idstring string required

The id of the model.

Query parameters

versionstring

The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format.

Response

Model deleted successfully.

model_idstring

A unique id of the deep learning model.

Changes

Changed in 2 of the 3 revisions of this API.11