Bulk Delete Using REST
Content
Hi,
Did any try bulk delete using REST for Custom Objects.
My query does not work
https://<span class="italic" id="PerformingBulkDelete-106A50BA__concept-138-10EE276C" style="box-sizing: border-box; font-style: italic;">your_site_interface</span>/services/rest/connect/<span class="italic" id="PerformingBulkDelete-106A50BA__concept-140-10EE276C" style="box-sizing: border-box; font-style: italic;">version</span>/queryResults/?query=Delete from Inte.ODITable limit 10;
I checked the syntax from ROQL API and its exactly the same. They did mention that bulk delete can be done on Custom Objects.
The select statement works : ?query=select * from Inte.ODITable works.
0