Hi, I am using the User Privacy API to delete some events, according to the documentation setting the
ignore_invalid_id
to true
should ignore invalid user_ids that are sent in the API call. However this does not seems to be the case because if I pass some user_ids which are not in my project I get this error
Nothing scheduled due to invalid amplitude/user ids for app
Is this expected or am I potentially doing anything wrong? Thanks.