Skip to main content
DELETE
/
api
/
governance
/
model-configs
/
{mc_id}
Delete model config
curl --request DELETE \
  --url http://localhost:8080/api/governance/model-configs/{mc_id}
{
  "message": "<string>"
}

Path Parameters

mc_id
string
required

Model config ID

Response

Model config deleted successfully

Simple message response

message
string