Model versions
Delete a model version
Delete a model's version by its number.
AuthorizationBearer <token>
In: header
Path Parameters
model_ownerModel Owner
The username of the user that owns the model.
model_nameModel Name
The name of the model.
version_numberVersion Number
The number of the version to delete.
Response Body
curl -X DELETE "https://api.wrift.ai/v1/models/string/string/versions/0"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}