> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/create-logic/flow_option/delete-existing-data.md).

# Delete Data

기존 데이터를 삭제하는 동작을 수행해요.

<div align="left"><figure><img src="/files/5WN2Oq6XlBla3jfYaXhH" alt="" width="375"><figcaption></figcaption></figure></div>

**Collection for Data Delete :** 삭제하려는 데이터를 포함하는 컬렉션 명을 작성해요.&#x20;

**Data Search Condition to Delete :** 삭제할 데이터를 찾는 필터예요. 삭제하려는 데이터의 항목 ID와 항목 값을 작성해요.

<div align="left"><figure><img src="/files/XMUa1pJWAUfcpKeWZ2xD" alt="" width="375"><figcaption></figcaption></figure></div>

> 삭제하려는 데이터가 있는 컬렉션에서 \_id가 삭제할 때의 \_id와 같은 데이터를 검색해요.

2024.01.03 Jinny

**Delete Existing Data**

This function facilitates the process of removing the current data.

2023.08.11 Song
