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