Delete DataTable entries
Looking for service to delete DataTable entries with specific column matched values
Ex : delete ExampleDataTable where columnX ="some value"
Tried which is deleting all the records. This is expected.
When I try to use DeleteDataTableEntries from DataTable > Services , getting the message 'Must have a datashape defined to add rows...' . Created the DataTable on data shape only but still getting the message.

