You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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?
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.
The text was updated successfully, but these errors were encountered: