Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: remove contacts in bulk #161

Closed
sshanzel opened this issue Dec 5, 2024 · 2 comments
Closed

Feature: remove contacts in bulk #161

sshanzel opened this issue Dec 5, 2024 · 2 comments

Comments

@sshanzel
Copy link

sshanzel commented Dec 5, 2024

Hi, team. Good day. I've been scouring the docs page, but I can't seem to find an API to allow us to remove contacts in bulk. If it is available, can someone help us be pointed in the right direction?

If not, do you have any suggestions on how to do it for multiple records at the same time? I see the API only accepts one customer per call for the removal.

@mike-engel
Copy link
Collaborator

Hi @sshanzel. We have the bulk track endpoint in the track v2 api that would allow you to delete multiple customers at once. As mentioned in #136, however, that API isn't part of this library yet, so you'll need to manually create the request in your app code.

@sshanzel
Copy link
Author

sshanzel commented Dec 10, 2024

@mike-engel thank you for answering and for the references. With that, we realized that the payload size limit was not enough for us and decided to do multiple single requests. While using the library's APIs, such as identity and destroy, is there a rate limit to the number of requests we can send?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants