Adding data rows to existing index transactionally

Hi.. If I want to do -
Begin
DELETE one specific row (I guess by key).
Update another specific row.
Update yet another specific row.
End

Is that possible with ElasticSearch 7.6?? Please let me know. Thanks.

There's no transaction in elasticsearch.

That is what I thought. Just wanted to confirm. Thanks.