curl --location --request POST 'https://qianfan.baidubce.com/wenxinworkshop/dataset/delete?access_token =' \
--header 'Content-Type;' \
--header 'x-bce-date;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"datasetId": 2308
}'
{
"log_id": "string",
"result": {
"versionCount": 0
},
"status": 0,
"success": true
}