Authorization: Bearer ********************
{
"scenarioId": "40ecc254-9511-4896-aa7e-8573470af10c"
}
curl --location --request POST 'http://10.174.150.25:32001/api/v2/scenario-manager/scenario/dfs/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"scenarioId": "40ecc254-9511-4896-aa7e-8573470af10c"
}'
{
"data": true,
"status": true,
"code": "000000",
"message": null,
"traceId": null
}