Help with deleting entries with 'where' param

any idea why I can’t bulk delete records in {mytableID} where ‘folders’ field === 195 in either of the 2 below endpoints?

  • https://app.nocodb.com/api/v2/tables/{mytableID}/records?where=(folders,eq,195)
    -https://app.nocodb.com/api/v1/db/data/bulk/{baseID}/{projectID}/{mytableID}

I keep hitting this error:

DELETE https://app.nocodb.com/api/v2/tables/{mytableID}/records?where=(folders,eq,195) 422 (Unprocessable Content)

422 (Unprocessable Content) would often indicate error in request payload. Could you please share your complete request & response received.