Is there a way to “bulk” delete “company wells” of a project using “chosenId” or “id”?
I’m wondering if I could provide several “ids” for any of those two fields. Something like: /?chosenId=in(1111,2222,3333,4444) or /?chosenId=1111,2222,3333,4444
Hey @willjosefi, yes, you can delete many wells with a single request. For each well you want to delete you will need to add chosenID=<your-chosen-id> to your query params.
For example - I have a project with ID 610c615ac9e8640e4dfe6b0c and I have two wells I want to remove with the datSource of di the wells chosenIDs are 42227388790000 and 42227388460000 my request would look like this:
The only caveat is that the wells you are removing in the request must have the same dataSource so if a project has wells from multiple data sources that you want to remove then you will have to separate them into different requests.