DELETE FROM `buchungen`
WHERE `id` =
  {{ appsmith.store.selectedBooking.id }}
  AND `gebucht_von` =
  {{ appsmith.user.email }};