POST
向https://stablediffusionapi.com/api/v3/finetune/delete/{training_id}端点发送请求。[使用创建 Dreambooth 请求](https://stablediffusionapi.com/docs/train-model/finetune#response)`{training_id}`端点启动模型训练时,响应中返回的值在哪里。curl --location --request POST 'https://stablediffusionapi.com/api/v3/finetune/delete/' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": ""
}'
{}