Method
deleteModelVersion DELETE
Copy DELETE

Deletes the specified model version. Model versions which are currently used in deployments cannot be deleted.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelVersion str The unique identifier of the model version to delete.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
ConflictError

The model version is currently used in one or more deployments.

Language: