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