curl --location --request POST 'https://api-35.elogii.com/driver-schedule-exceptions/removeMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids":[
"649c19c963f97c99891ec472", "64a80dd9a703702e4cbf6e95"
]
}'{
"result": 2,
"errors": [],
"ids": [
"649c19c963f97c99891ec472",
"64a80dd9a703702e4cbf6e95"
]
}