POST
向 https://stablediffusionapi.com/api/v3/delete_image 接口发送请求,并将要删除的图像的名称传递给请求正文的image参数。curl --location --request POST 'https://stablediffusionapi.com/api/v3/delete_image' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "",
"request_id": 2398
}'
{
"status": "string",
"messege": "string"
}