Deletion

In docs for php it is given that first parameter of removebulk is data_object. I cant understand what this data_object is and cant even understand the example.

I have my table made and want to delete the previously present data, please can you tell me waht would be the data_object.

Hi Jack,

As stated in the documentation:

data_object	-  user class or assoc array for example ['table-name' => 'Contact' ].

Object is required to infer corresponding table. It could be substituted with mentioned array.

Regards,

Denys