Authorization: Bearer ********************
{
"tenantId": "3a1654c5-4f41-00be-3508-362dee00b666",
"libraryType": 1,
"businessType": 2,
"expireDay": 60
}
curl --location --request POST 'http://10.174.150.25:32001/api/v2/scenario-manager/library/scenario/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": "3a1654c5-4f41-00be-3508-362dee00b666",
"libraryType": 1,
"businessType": 2,
"expireDay": 60
}'
{
"data": true,
"status": true,
"code": "000000",
"message": null,
"traceId": null
}