curl --location --request POST 'https://api-35.elogii.com/depots/removeMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"6903f0b44987ebc68752af74",
"6903f0b44987ebc68752af73"
]
}'{
"result": 2,
"errors": [],
"ids": [
"6903f0b44987ebc68752af73",
"6903f0b44987ebc68752af74"
]
}