Hi there,
We are using the endpoint https://a.klaviyo.com/api/v2/group/{list_or_segment_id}/members/all to get all the emails from a list and then using that on this endpoint https://a.klaviyo.com/api/v2/list/{list_id}/members to delete all the emails returned by the first endpoint from the same list.
Sometimes we get 400 response code but the error message is empty.
It would be useful to get a message that specifies exactly what part of the request is not correct.
I checked for the email list sent to not be empty and for the emails sent to be correct, so that is not the problem, what else could cause this 400 bad request response?
Thanks!