POST
向 https://stablediffusionapi.com/api/v1/enterprise/delete_model 接口发送请求。使用请求正文中的 **model_id **参数指定要删除的模型的 ID(名称) 。curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/delete_model' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "enterprise_api_key",
"model_id": "ckpt-model"
}'
{
"status": "string",
"message": "string"
}