CKAN: delete a list of records within the DataStore in a single query
问题 NOTE : My original problem is to delete all the records except for the last N ones, but guessing such a thing is impossible with CKAN API, I've come up with the following solution: To get the total ammount of records using datastore_search . To get the ID of the first record in the previous search. To obtain the IDs of all the records from the first record ID to total-N . So, my question is: how to delete all the identified IDs in a single query? I've tried the following: $ curl -X POST "http