curl --location --request POST 'https://api-35.elogii.com/route-template-groups/removeMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids":[
"67bb2dbf11b0d3a01d720fd5",
"6759f0d418f08dd64f3f6a5b"
]
}'{
"result": 2,
"errors": [],
"ids": [
"6759f0d418f08dd64f3f6a5b",
"67bb2dbf11b0d3a01d720fd5"
]
}