Authorization: ********************
{
"forecast_interval_sids": {
"sids": [
0
]
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/deleteforecastintervals' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"forecast_interval_sids": {
"sids": [
0
]
}
}'
{}