curl --location --globoff --request DELETE 'https://platform-api.convirza.com/v3/blacklist/{org_unit_id}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"caller_ids": [
"2342342342"
]
}'{
"code": 200,
"message": "Success",
"data": {
"deleted_count": 2,
"message": "2 number(s) removed from blacklist"
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}