Hi..
Since delete is a post request, I found out that we cannot use Odata $filter to filter a row based on column value match!
So I want to know if there is a possibility to delete list item(s) based on column value matching using REST API in SharePoint Online.
Currently I am able to delete using id:
_api/web/lists/getbytitle('List')/Items('id')