Models
Delete a model
Delete a model by its name.
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.
Response Body
curl -X DELETE "https://api.wrift.ai/v1/models/string/string"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}