You can use a JS transformer to change the data in any way you want for example you can write a function that loops through your data and removes the element that you wish to delete.
Or you could just use a standard JS array function like the one below (from Mozilla's JS Array Docs):
Hope this helps @Vinkal !