Delete multiple records Using Suitecrm REST API v8

Hello,

I am trying to delete records using Suitecrm rest API v8. Its working fine for single records but i want to implement multiple delete functionality using rest API. I have checked API documentation but not found documentation related to multiple records delete.

Anyone please suggest Suitecrm API provide default multiple delete functionality?

Thanks

Same here, trying to find a solution as well… Not just delete - every post, delete etc… I can only do one record per call. Is there a way to create multiple records in one call? Whenever I try to do an array it always says something like:

“The options “0”, “1” do not exist. Defined options are: “attributes”, “id”, “type”.”

Hi, you have to use the “set_entries” api, than you have to pass an array with every record you need to delete to “name_value_lists”(the records needs to have “deleted” set to 1)