Model.remove() function

Remove a model from its project and folder.

Signature:

function remove(modelId: string): Promise<string>;

Parameters

ParameterDescription
modelIdThe model id

Returns:

Promise<string>

a promise contains the deleted model id