Delete specific row after wixData.query

First of all I need to have a query in ReviewsPermission database to find the row which have the current user’s _owner. Then after finding it, the code should delete that row which means to say all of the items that were inserted there will be removed or deleted. So if there is a total of 10 rows in ReviewsPermission database, after deletion, it will be 9 rows.