i have firebase database with something like that

and I want to delete elements starting with "12-07-20210EN5443..." i have no idea how to do that in firebase, and i spend hours on searching. i tried with that
await db.collection('Hotels')
.doc(hotelName)
.update({
[date]: admin.firestore.FieldValue.arrayRemove(fieldName+"%")
})
fieldName? Is it a string?