Hi all,
I’m using: FME(R) 2024.0.1.0 (20240328 - Build 24202 - WIN64)
I do want to know if there is the possibility to use the HttpCaller to launch chunk of requests.
My DELETE request: https://xyz.api.here.com/hub/spaces/@Value(space)/features/@Value(xyz_id)
each request sends to that Hub the action to delete each Feature by its ID (xyz_id).
I need to delete around 4M records, and running the workbench feature by feature, takes days.
Is that possible to get it faster?
Thanks for you help,
Juanma