Models
Model Delete
Delete a model object. If digests are provided, only those versions are deleted. Otherwise, all versions are deleted.
delete/v2/{entity}/{project}/models/{object_id}
Path parameters
entitystring required
projectstring required
object_idstring required
Query parameters
digestsstring[] nullable
List of digests to delete. If not provided, all digests for the model will be deleted.
List of digests to delete. If not provided, all digests for the model will be deleted.
Response
Successful Response